From: Jim Meyering Date: Fri, 28 Mar 2008 19:16:26 +0000 (+0100) Subject: Fix typo in old NEWS and ChangeLog: s/commmand/command/. X-Git-Tag: v6.11~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb16829a668fae0aa5e4e292364fc1fbd009ba8;p=thirdparty%2Fcoreutils.git Fix typo in old NEWS and ChangeLog: s/commmand/command/. * ChangeLog-2007: Likewise. * NEWS: Likewise. Prompted by http://bugzilla.redhat.com/439410 --- diff --git a/ChangeLog-2007 b/ChangeLog-2007 index a335938eae..078e833b3f 100644 --- a/ChangeLog-2007 +++ b/ChangeLog-2007 @@ -2606,7 +2606,7 @@ 2007-05-20 Jim Meyering - 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 4ac4413d4f..808061c696 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