From 6f8cf01be46ed80b3806ead9a1151504e5f59328 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Mar 2020 07:34:31 -0700 Subject: maint: typo in comment. * t/CheckListOfTests.am (maintainer-check-list-of-tests): an -> and. --- t/CheckListOfTests.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit v1.2.1