diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-28 20:16:26 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-28 20:20:49 +0100 |
commit | cdb16829a668fae0aa5e4e292364fc1fbd009ba8 (patch) | |
tree | 83b1f3bc759065b96f1b0b85b7d2a9a9d2765cb4 | |
parent | dc16dc835c8ba446136e01e994b0008ed32984fa (diff) | |
download | coreutils-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-2007 | 2 | ||||
-rw-r--r-- | NEWS | 2 |
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 @@ -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 |