From: Karl Berry Date: Wed, 11 Mar 2020 14:34:31 +0000 (-0700) Subject: maint: typo in comment. X-Git-Tag: v1.16.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8cf01be46ed80b3806ead9a1151504e5f59328;p=thirdparty%2Fautomake.git maint: typo in comment. * t/CheckListOfTests.am (maintainer-check-list-of-tests): an -> and. --- diff --git a/t/CheckListOfTests.am b/t/CheckListOfTests.am index 3c37c5692..12fd2ae3d 100644 --- a/t/CheckListOfTests.am +++ b/t/CheckListOfTests.am @@ -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; \