diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-28 08:00:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-28 08:00:50 +0000 |
commit | 5fba963d341cee0b54dfbbc546ca253863561c19 (patch) | |
tree | a3792b5e0a7672f720e1738a957f14cc0fdebcd0 | |
parent | fc1f8d735455b5411c42315cc52fd2e8c9433522 (diff) | |
download | coreutils-5fba963d341cee0b54dfbbc546ca253863561c19.tar.xz |
(Translating): Correct typo in menu description.
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6122209c6..687a12b62 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -261,7 +261,7 @@ Operating on characters @command{tr}: Translate, squeeze, and/or delete characters * Character sets:: Specifying sets of characters. -* Translating:: Changing one characters to another. +* Translating:: Changing one set of characters to another. * Squeezing:: Squeezing repeats and deleting. * Warnings in tr:: Warning messages. @@ -4406,7 +4406,7 @@ complement (all of the characters that are not in @var{set1}). @menu * Character sets:: Specifying sets of characters. -* Translating:: Changing one characters to another. +* Translating:: Changing one set of characters to another. * Squeezing:: Squeezing repeats and deleting. * Warnings in tr:: Warning messages. @end menu |