>From e57f57d01d4236c91dc645b901637140e463ee53 Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Tue, 14 Aug 2012 10:56:37 +0200 Subject: [PATCH] cosmetics: fix improper wording in a comment * t/distdir.sh: Here, in heading comments. Reported-by: Akim Demaille Signed-off-by: Stefano Lattarini --- t/distdir.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/distdir.sh b/t/distdir.sh index 8edf6f0..0f46625 100755 --- a/t/distdir.sh +++ b/t/distdir.sh @@ -16,7 +16,7 @@ # Test to make sure subdirs in EXTRA_DIST work. # Also tests to make sure *srcdir is properly handled. -# Also test the situation when the list of distributed files contains +# Also test the situation where the list of distributed files contains # a directory and a file in it, and repeated directories. . ./defs || exit 1 @@ -31,7 +31,6 @@ EXTRA_DIST = foo/bar joe $(top_srcdir)/woo/doo $(srcdir)/dada \ some another/sub yet \ some another/sub yet - all-local: $(MKDIR_P) another/sub/subsub touch another/sub/subsub/file2 -- 1.7.12.rc0.129.g61b472e