From 1b3370b43fc59ea04cdd421449954aa47ab90154 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 12 Dec 2008 14:01:03 +0000 Subject: [PATCH] Oops did the wrong fix in previous commit, correct fix, Daniel --- Makefile.maint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index fd530474ae..fda15db00a 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -310,8 +310,8 @@ sc_TAB_in_indentation: $$($(VC_LIST_EXCEPT) \ | grep -E '\.[ch](\.in)?$$' \ | grep -v '^gnulib/') && \ - { echo '$(ME): found TAB(s) used for indentationi of C; use spaces' \ - 1>&2; exit 1; } || : + { echo '$(ME): found TAB(s) used for indentation in C sources;'\ + 'use spaces' 1>&2; exit 1; } || : ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\ |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper