summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-01 17:04:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-01 17:11:27 -0800
commitfff5850967ec10fa3e2e4a800031cb8e335e8fca (patch)
tree3ed87202785a090c47b7aec50b0ad4d1d1dd826f /NEWS
parent8fcf61523644df42e1905c81bed26838e0b04f91 (diff)
downloadgrep-fff5850967ec10fa3e2e4a800031cb8e335e8fca.tar.gz
maint: spelling fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5ff40279..4a530a69 100644
--- a/NEWS
+++ b/NEWS
@@ -344,7 +344,7 @@ Version 2.5
consistency, and partly because POSIX.2 recommends against
optional arguments.
- - The new -P or --perl-regexp option tells grep to interpert the pattern as
+ - The new -P or --perl-regexp option tells grep to interpret the pattern as
a Perl regular expression.
- The new option --max-count=num makes grep stop reading a file after num
@@ -469,7 +469,7 @@ This is a bug fix release(see Changelog) i.e. no new features.
- More compliance to GNU standard.
- Long options.
- - Internationalisation.
+ - Internationalization.
- Use automake/autoconf.
- Directory hierarchy change.
- Sigvec with -e on Linux corrected.