summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 6c2108257..4c50d0010 100644
--- a/maint.mk
+++ b/maint.mk
@@ -479,7 +479,7 @@ sc_proper_name_utf8_requires_ICONV:
|| { fail=1; echo 1>&2 "$(ME): $$p uses proper_name_utf8"; }; \
done; \
test $$fail = 1 && \
- { echo 1>&2 '$(ME): the above not link with any ICONV library'; \
+ { echo 1>&2 '$(ME): the above do not link with any ICONV library'; \
exit 1; } || :; \
fi