* top/maint.mk (sc_prohibit_doubled_word): Check for "can can".
+2021-09-09 Pádraig Brady <P@draigBrady.com>
+
+ maintainer-makefile: add 'can' to sc_prohibit_doubled_word
+ * top/maint.mk (sc_prohibit_doubled_word): Check for "can can".
+
2021-09-08 Paul Eggert <eggert@cs.ucla.edu>
strerror_r-posix: port even better to Android
-e ' }'
prohibit_doubled_words_ = \
- the then in an on if is it but for or at and do to
+ the then in an on if is it but for or at and do to can
# expand the regex before running the check to avoid using expensive captures
prohibit_doubled_word_expanded_ = \
$(join $(prohibit_doubled_words_),$(addprefix \s+,$(prohibit_doubled_words_)))