summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-28 20:16:26 +0100
committerJim Meyering <meyering@redhat.com>2008-03-28 20:20:49 +0100
commitcdb16829a668fae0aa5e4e292364fc1fbd009ba8 (patch)
tree83b1f3bc759065b96f1b0b85b7d2a9a9d2765cb4
parentdc16dc835c8ba446136e01e994b0008ed32984fa (diff)
downloadcoreutils-cdb16829a668fae0aa5e4e292364fc1fbd009ba8.tar.xz
Fix typo in old NEWS and ChangeLog: s/commmand/command/.
* ChangeLog-2007: Likewise. * NEWS: Likewise. Prompted by http://bugzilla.redhat.com/439410
-rw-r--r--ChangeLog-20072
-rw-r--r--NEWS2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog-2007 b/ChangeLog-2007
index a335938ea..078e833b3 100644
--- a/ChangeLog-2007
+++ b/ChangeLog-2007
@@ -2606,7 +2606,7 @@
2007-05-20 Jim Meyering <jim@meyering.net>
- stty: diagnose an invalid hex value in 35-colon commmand-line argument
+ stty: diagnose an invalid hex value in 35-colon command-line argument
* NEWS: Mention this.
* src/stty.c (strtoul_tcflag_t, strtoul_cc_t): New functions.
(recover_mode): Use those functions (not sscanf), to parse the
diff --git a/NEWS b/NEWS
index 4ac4413d4..808061c69 100644
--- a/NEWS
+++ b/NEWS
@@ -196,7 +196,7 @@ GNU coreutils NEWS -*- outline -*-
loss of the contents of a/f.
stty no longer silently accepts certain invalid hex values
- in its 35-colon commmand-line argument
+ in its 35-colon command-line argument
** Bug fixes