summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-01-08 13:30:23 -0800
committerJim Meyering <meyering@fb.com>2016-01-23 18:19:27 +0800
commit83df0949c9e5cb02b86098526f97c7fb79c25a78 (patch)
tree5fbb2ee273ca3d68734df48ab68d6af98bf21c1f
parent68d5d036cf6d4b02f3e6a2ced750231b523efae9 (diff)
downloadgrep-83df0949c9e5cb02b86098526f97c7fb79c25a78.tar.gz
maint: fix typo in NEWS: s/a/an/
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9de7fcb9..df260d70 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ GNU grep NEWS -*- outline -*-
Binary files are now less likely to generate diagnostics and more
likely to yield text matches. grep now reports "Binary file FOO
matches" and suppresses further output instead of outputting a line
- containing a encoding error; hence grep can now report matching text
+ containing an encoding error; hence grep can now report matching text
before a later binary match. Formerly, grep reported FOO to be
binary when it found an encoding error in FOO before generating
output for FOO, which meant it never reported both matching text and