Fix typo in old NEWS and ChangeLog: s/commmand/command/.
authorJim Meyering <meyering@redhat.com>
Fri, 28 Mar 2008 19:16:26 +0000 (20:16 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 28 Mar 2008 19:20:49 +0000 (20:20 +0100)
* ChangeLog-2007: Likewise.
* NEWS: Likewise.
Prompted by http://bugzilla.redhat.com/439410

ChangeLog-2007
NEWS

index a335938..078e833 100644 (file)
 
 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 4ac4413..808061c 100644 (file)
--- 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