* maint.mk (sc_proper_name_utf8_requires_ICONV) Fix typo in diagnostic.
authorJim Meyering <meyering@redhat.com>
Sat, 14 Jun 2008 20:26:29 +0000 (22:26 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 14 Jun 2008 20:26:29 +0000 (22:26 +0200)
maint.mk

index 6c21082..4c50d00 100644 (file)
--- 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