diff options
author | Aleksej Serdjukov <deletesoftware@yandex.ru> | 2014-03-09 17:49:55 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-03-09 17:53:00 +0000 |
commit | 08140ecd48de9a5970992ab284dd11dbd3a0b14d (patch) | |
tree | 5a5ed131b1b9d915874d8fe1711f8d0c5110df8c | |
parent | b929b7ba53e0a1f4760b48bc186738b8f1c4d77e (diff) | |
download | coreutils-08140ecd48de9a5970992ab284dd11dbd3a0b14d.tar.xz |
doc: fix typo in texinfo docs
* doc/coreutils.texi (Operating on characters): s/This/These/.
Fixes http://bug.gnu.org/16973
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 39ff160c7..7ba8cd4d9 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6327,7 +6327,7 @@ Print a line for each unpairable line in file @var{file-number} @cindex operating on characters -This commands operate on individual characters. +These commands operate on individual characters. @menu * tr invocation:: Translate, squeeze, and/or delete characters. |