summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-14 22:26:29 +0200
committerJim Meyering <meyering@redhat.com>2008-06-14 22:26:29 +0200
commit9823682c2f339886cb302dfc4ed4c5d75e911d3e (patch)
tree5c64394a15e12fe9fe2194f968a7313d356fec33
parent1463824d8e7f72c31f1d803d7cfe2b608ccafc5c (diff)
downloadcoreutils-9823682c2f339886cb302dfc4ed4c5d75e911d3e.tar.xz
* maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic.
-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