summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-06-21 09:36:28 -0700
committerJim Meyering <meyering@fb.com>2017-06-21 20:02:18 -0700
commitbe203db8a6435472f296793dae0a8a23f6a938c4 (patch)
tree871e6a0e5cca99bd61b7f338caf8c4be99f9458e /doc
parent438dd525f5f9a167983b2a577fd92872052a4ffc (diff)
downloadgrep-be203db8a6435472f296793dae0a8a23f6a938c4.tar.gz
doc: correct typo
* doc/grep.texi (Performance): s/suprisingly/surprisingly/
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grep.texi b/doc/grep.texi
index 334a0593..28413e0c 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1817,7 +1817,7 @@ particularly efficient, as @command{grep} is tuned for that locale.
@cindex case insensitive search
Outside the @samp{C} locale, case-insensitive search, and search for
bracket expressions like @samp{[a-z]} and @samp{[[=a=]b]}, can be
-suprisingly inefficient due to difficulties in fast portable access to
+surprisingly inefficient due to difficulties in fast portable access to
concepts like multi-character collating elements.
@cindex back-references