]> Savannah Git Hosting - gnulib.git/commitdiff
maintainer-makefile: add 'can' to sc_prohibit_doubled_word
authorPádraig Brady <P@draigBrady.com>
Thu, 9 Sep 2021 15:16:03 +0000 (16:16 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 9 Sep 2021 15:21:20 +0000 (16:21 +0100)
* top/maint.mk (sc_prohibit_doubled_word): Check for "can can".

ChangeLog
top/maint.mk

index 7c56ed2a2f4fcf69f6f19de42d94d6701bc93acf..a7fd469f49aac021254275e8957e33a46d92c2ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 72070a7b039a20b5dd4250caee8b46f188cbacf2..0aa63773cf54f63080ad1a0a01f847138329f451 100644 (file)
@@ -1031,7 +1031,7 @@ perl_filename_lineno_text_ =                                              \
     -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_)))