grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.7-87-g0942f31


From: Paul Eggert
Subject: grep branch, master, updated. v3.7-87-g0942f31
Date: Fri, 3 Jun 2022 16:07:17 -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  0942f31bd8eabc14c9fc8f6219c9f1967685de0f (commit)
      from  5e3d207d5b7dba28ca248475188a029570766bc1 (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=0942f31bd8eabc14c9fc8f6219c9f1967685de0f


commit 0942f31bd8eabc14c9fc8f6219c9f1967685de0f
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Fri Jun 3 12:04:45 2022 -0700

    maint: spelling fixes

diff --git a/NEWS b/NEWS
index 0a18a9e..5e20b9f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ GNU grep NEWS                                    -*- outline 
-*-
   The confusing GREP_COLOR environment variable is now obsolescent.
   Instead of GREP_COLOR='xxx', use GREP_COLORS='mt=xxx'.  grep now
   warns if GREP_COLOR is used and is not overridden by GREP_COLORS.
-  Also, grep now treates GREP_COLOR like GREP_COLORS by silently
+  Also, grep now treats GREP_COLOR like GREP_COLORS by silently
   ignoring it if it attempts to inject ANSI terminal escapes.
 
   Regular expressions with stray backslashes now cause warnings, as
diff --git a/cfg.mk b/cfg.mk
index 0b830a8..776d1fe 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -179,5 +179,5 @@ sc_timeout_prereq:
          | xargs grep -lw timeout                                      \
          | xargs grep -FLw require_timeout_                            \
          | $(GREP) .                                                   \
-         && { echo '$(ME): timeout withtout use of require_timeout_'   \
+         && { echo '$(ME): timeout without use of require_timeout_'    \
            1>&2; exit 1; } || :
diff --git a/tests/hangul-syllable b/tests/hangul-syllable
index fce5c2c..961875d 100755
--- a/tests/hangul-syllable
+++ b/tests/hangul-syllable
@@ -15,7 +15,7 @@ export LC_ALL
 # Check that '.' completely matches $1, i.e., that $1 is a single UTF-8 char.
 check_char ()
 {
-  printf "$1\\n" >in || framewmork_failure_
+  printf "$1\\n" >in || framework_failure_
 
   grep $2 '^.$' in >out || fail=1
   cmp in out || fail=1
@@ -25,7 +25,7 @@ check_char ()
 # $1 contains an encoding error.
 check_nonchar ()
 {
-  printf "$1\\n" >in || framewmork_failure_
+  printf "$1\\n" >in || framework_failure_
 
   grep -a -v '^.*$' in >out || fail=1
   cmp in out || fail=1

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

Summary of changes:
 NEWS                  | 2 +-
 cfg.mk                | 2 +-
 tests/hangul-syllable | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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