Fix typo in old NEWS and ChangeLog: s/commmand/command/.

* ChangeLog-2007: Likewise.
* NEWS: Likewise.
Prompted by http://bugzilla.redhat.com/439410
This commit is contained in:
Jim Meyering 2008-03-28 20:16:26 +01:00
parent dc16dc835c
commit cdb16829a6
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
NEWS
View File

@ -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