summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 16:48:17 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 16:48:17 +0000
commit95143d669fc5e6dcbe061372b191965ffc8d5c4a (patch)
treec89336ec247dfee5ec3252acb0f7ed4beab07eee /doc
parent5061ab5f05c8b682d8bb42a6b5b3df769b81d807 (diff)
downloadcoreutils-95143d669fc5e6dcbe061372b191965ffc8d5c4a.tar.xz
fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index b4835be19..444c51cc1 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -8124,7 +8124,7 @@ quote them to protect characters with special meaning to the shell,
e.g., spaces.
@cindex parentheses for grouping
-Operators may given as infix symbols or prefix keywords. Parentheses
+Operators may be given as infix symbols or prefix keywords. Parentheses
may be used for grouping in the usual manner (you must quote parentheses
to avoid the shell evaluating them, however).