grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.7-64-g078987d


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-64-g078987d
Date: Sat, 14 May 2022 18:12:10 -0400 (EDT)

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  078987db6df0edd5af630abf5987e95b02f8a8a3 (commit)
      from  5447010fdbdf3f1a874689dd41a7c916bb262b2a (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=078987db6df0edd5af630abf5987e95b02f8a8a3


commit 078987db6df0edd5af630abf5987e95b02f8a8a3
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat May 14 11:26:06 2022 -0700

    maint: spelling fixes

diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 372b892..aba085a 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -755,7 +755,7 @@ understands three different versions of regular expression 
syntax:
 In GNU
 .B grep
 there is no difference in available functionality between basic and
-extended syntaxes.
+extended syntax.
 In other implementations, basic regular expressions are less powerful.
 The following description applies to extended regular expressions;
 differences for basic regular expressions are summarized afterwards.
diff --git a/doc/grep.texi b/doc/grep.texi
index f0ea1c3..b9688c8 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1162,8 +1162,8 @@ by using various operators to combine smaller expressions.
 three different versions of regular expression syntax:
 basic (BRE), extended (ERE), and Perl-compatible (PCRE).
 In GNU @command{grep},
-there is no difference in available functionality between the basic and
-extended syntaxes.
+there is no difference in available functionality between basic and
+extended syntax.
 In other implementations, basic regular expressions are less powerful.
 The following description applies to extended regular expressions;
 differences for basic regular expressions are summarized afterwards.
diff --git a/tests/many-regex-performance b/tests/many-regex-performance
index 65d8b22..e16e032 100755
--- a/tests/many-regex-performance
+++ b/tests/many-regex-performance
@@ -31,10 +31,10 @@ expensive_
 # systems this first invocation takes at least 10ms of user time.
 word_list=/usr/share/dict/linux.words
 
-# If $word_list does not exist, generate an input that exibhits
+# If $word_list does not exist, generate an input that exhibits
 # similar performance characteristics.
 if ! test -f $word_list; then
-  # Generate data comprable to that word list.
+  # Generate data comparable to that word list.
   # Note how all "words" start with "a", and that there is
   # a small percentage of lines with at least one "." metachar.
   # This requires /dev/urandom, so if it's not present, skip

-----------------------------------------------------------------------

Summary of changes:
 doc/grep.in.1                | 2 +-
 doc/grep.texi                | 4 ++--
 tests/many-regex-performance | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]