* top/maint.mk (sc_prohibit_the_the): New rule.
2011-04-09 Jim Meyering <meyering@redhat.com>
+ maint.mk: prohibit \<the the\>
+ * top/maint.mk (sc_prohibit_the_the): New rule.
+
maint: fix "the the" in comment
* lib/count-one-bits.h: s/the the/the/
halt='do not define S_IS* macros; include <sys/stat.h>' \
$(_sc_search_regexp)
+sc_prohibit_the_the:
+ @prohibit='\<the[ ]the\>' \
+ halt='avoid double "the"' \
+ $(_sc_search_regexp)
+
sc_prohibit_can_not:
@prohibit='\<can[ ]not\>' \
halt='use "cannot", not "can'' not"' \