]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: typo in comment.
authorKarl Berry <karl@freefriends.org>
Wed, 11 Mar 2020 14:34:31 +0000 (07:34 -0700)
committerKarl Berry <karl@freefriends.org>
Wed, 11 Mar 2020 14:34:31 +0000 (07:34 -0700)
* t/CheckListOfTests.am (maintainer-check-list-of-tests): an -> and.

t/CheckListOfTests.am

index 3c37c56929f685558531c2448eae63ad3693c0d4..12fd2ae3d12ae5115c13b8dba6d1c6919ac25440 100644 (file)
@@ -54,7 +54,7 @@ maintainer-check-list-of-tests:
         if $$diff $(am__tmk) $(am__tfs) >$(am__tdf); then \
            result=0; \
         else \
-           echo '$@: list of tests in Makefile an on filesystem differ' >&2; \
+           echo '$@: list of tests in Makefile and on filesystem differ' >&2; \
            echo "+ $$diff in-makefile on-filesystem" >&2; \
            cat $(am__tdf) >&2; \
            result=1; \