summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-11 07:34:31 -0700
committerKarl Berry <karl@freefriends.org>2020-03-11 07:34:31 -0700
commit6f8cf01be46ed80b3806ead9a1151504e5f59328 (patch)
tree78e55f82c320cd78e818467e8b0620fa7b74dd47
parent9ba2f0ddbcf08d4d67baffa8779abff7042a1c96 (diff)
downloadautomake-6f8cf01be46ed80b3806ead9a1151504e5f59328.tar.gz
maint: typo in comment.
* t/CheckListOfTests.am (maintainer-check-list-of-tests): an -> and.
-rw-r--r--t/CheckListOfTests.am2
1 files changed, 1 insertions, 1 deletions
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; \