From: Jim Meyering Date: Sat, 14 Jun 2008 20:26:29 +0000 (+0200) Subject: * maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic. X-Git-Tag: v7.0~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9823682c2f339886cb302dfc4ed4c5d75e911d3e;p=thirdparty%2Fcoreutils.git * maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic. --- diff --git a/maint.mk b/maint.mk index 6c21082572..4c50d0010b 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