diff options
author | Jim Meyering <meyering@redhat.com> | 2008-06-14 22:26:29 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-14 22:26:29 +0200 |
commit | 9823682c2f339886cb302dfc4ed4c5d75e911d3e (patch) | |
tree | 5c64394a15e12fe9fe2194f968a7313d356fec33 | |
parent | 1463824d8e7f72c31f1d803d7cfe2b608ccafc5c (diff) | |
download | coreutils-9823682c2f339886cb302dfc4ed4c5d75e911d3e.tar.xz |
* maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic.
-rw-r--r-- | maint.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |