]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 a335938eae72b28b36e8655f3ebe1552217d0c3d..078e833b3fbf6bc91a6c26f11a596ab7906b559d 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 4ac4413d4f236b92686ac64a39c9d5b46683b933..808061c6961dc595b21e1e2f480ad6afcdfbc2de 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