summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-11 05:46:25 +0000
committerJim Meyering <jim@meyering.net>2006-10-11 05:46:25 +0000
commit8202f4d6d5e8c7d91801f2343fd42638be1f6ff3 (patch)
treeb7bc28b050aa8ebb967635e14f43f245779996d1
parente3e4f829a11b6e515ae0daa2ed22f2e031fabf59 (diff)
downloadcoreutils-8202f4d6d5e8c7d91801f2343fd42638be1f6ff3.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b41fc210b..6c1506d36 100644
--- 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.