[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: maint: typo in comment.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: maint: typo in comment. |
Date: |
Wed, 11 Mar 2020 10:34:42 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=6f8cf01be46ed80b3806ead9a1151504e5f59328
The following commit(s) were added to refs/heads/master by this push:
new 6f8cf01 maint: typo in comment.
6f8cf01 is described below
commit 6f8cf01be46ed80b3806ead9a1151504e5f59328
Author: Karl Berry <address@hidden>
AuthorDate: Wed Mar 11 07:34:31 2020 -0700
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 3c37c56..12fd2ae 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; \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: maint: typo in comment.,
Karl Berry <=