[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.8-26-g516e855
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v3.8-26-g516e855 |
Date: |
Mon, 16 Jan 2023 04:19:50 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via 516e855773d7231599a80716f7e265b01ad2f9d8 (commit)
from b63a9923464602ad73e205e3fb0e10dce8f4ac30 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=516e855773d7231599a80716f7e265b01ad2f9d8
commit 516e855773d7231599a80716f7e265b01ad2f9d8
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon Jan 16 01:17:44 2023 -0800
maint: spelling fixes
diff --git a/THANKS.in b/THANKS.in
index d0d6f92..17842e1 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -51,7 +51,7 @@ Joel N. Weber II devnull@gnu.org
John Hughes john@nitelite.calvacom.fr
Jorge Stolfi stolfi@dcc.unicamp.br
Karl Heuer kwzh@gnu.org
-Karl Petterson karl.pettersson@klpn.se
+Karl Pettersson karl.pettersson@klpn.se
Kaveh R. Ghazi ghazi@caip.rutgers.edu
Kazuro Furukawa furukawa@apricot.kek.jp
Keith Bostic bostic@bsdi.com
diff --git a/tests/long-pattern-perf b/tests/long-pattern-perf
index 72f63e0..5e9e6e9 100755
--- a/tests/long-pattern-perf
+++ b/tests/long-pattern-perf
@@ -42,7 +42,7 @@ base_ms=$(cat base-ms)
# mem requirements of the 2nd test, and the latter ended up taking >35x
# more time than the base case. Skipping this test for any system using
# more than this many milliseconds for the first case should avoid those
-# false-postitive failures while skipping the test on few other systems.
+# false-positive failures while skipping the test on few other systems.
test 800 -lt "$base_ms" && skip_ "this base-case test took too long"
returns_ 0 user_time_ 1 grep -f re-10x in > b10x-ms \
diff --git a/tests/pcre-utf8-w b/tests/pcre-utf8-w
index 81ac9ff..a88ace4 100755
--- a/tests/pcre-utf8-w
+++ b/tests/pcre-utf8-w
@@ -1,5 +1,6 @@
#!/bin/sh
-# Ensure non-ASCII UTF-8 characters are correctly identified as word-consituent
+# Ensure non-ASCII UTF-8 characters are correctly identified as
+# word-constituents
#
# Copyright (C) 2023 Free Software Foundation, Inc.
#
-----------------------------------------------------------------------
Summary of changes:
THANKS.in | 2 +-
tests/long-pattern-perf | 2 +-
tests/pcre-utf8-w | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.8-26-g516e855,
Paul Eggert <=