maint: remove doubled words in comments, e.g., s/a a/a/
[pspp] / ChangeLog
index 3d8a1f72acc31b8c9e0201b6b49dc3f52477e82d..9bf2029e2b25e72843ea18ade30c6523f50e6835 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-04-10  Jim Meyering  <meyering@redhat.com>
+
+       maint: remove doubled words in comments, e.g., s/a a/a/
+       * lib/strptime.c (day_of_the_week): s/the the/the/
+       * tests/test-chown.h (test_chown): s/a a/a/
+
+       test-chown.h: correct a cast
+       * tests/test-chown.h (test_chown): Cast -1 to gid_t (not uid_t)
+       when the destination is a stat.st_gid.
+
 2011-04-09  Mats Erik Andersson  <mats.andersson@gisladisker.se>  (tiny change)
 
        getaddrinfo: Fix test for sa_len member.