changeset 14564:7132d483d84e

maint: change "a a" to "a" * tests/test-lchown.h (test_lchown): s/a a/a/
author Jim Meyering <meyering@redhat.com>
date Sat, 09 Apr 2011 23:18:59 +0200
parents 4f85858b0e7f
children 3de4abad9018
files ChangeLog tests/test-lchown.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-04-09  Jim Meyering  <meyering@redhat.com>
 
+	maint: change "a a" to "a"
+	* tests/test-lchown.h (test_lchown): s/a a/a/
+
 	maint.mk: prohibit \<the the\>
 	* top/maint.mk (sc_prohibit_the_the): New rule.
 
--- a/tests/test-lchown.h
+++ b/tests/test-lchown.h
@@ -46,7 +46,7 @@
   int result;
 
   /* Solaris 8 is interesting - if the current process belongs to
-     multiple groups, the current directory is owned by a a group that
+     multiple groups, the current directory is owned by a group that
      the current process belongs to but different than getegid(), and
      the current directory does not have the S_ISGID bit, then regular
      files created in the directory belong to the directory's group,