]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 11 Oct 2006 05:46:25 +0000 (05:46 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 11 Oct 2006 05:46:25 +0000 (05:46 +0000)
ChangeLog

index b41fc210b0cd64e88cfb3cd0f99e42183d0b638d..6c1506d361a3f389ada3b78f1265b4ac68412865 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
 
        * src/ls.c (quote_name): Use initializer rather than memset to
        initialize an object to zero.  This is easier to read and is less
-       likely to introduce an runtime error due to a mixup.  It causes
+       likely to introduce a runtime error due to a mixup.  It causes
        gcc -W to issue a warning, but you can work around this by
        appending -Wno-missing-field-initializers.
        * src/pathchk.c (portable_chars_only): Likewise.