tags 12210 + patch
severity 12210 minor
close 12210
thanks

On 08/16/2012 05:14 PM, Adam Sampson wrote:
> The python-am-path-iftrue test has the same problem (and the same fix).
> 
Confirmed and fixed with the attached patch (which uses the '--force'
autoconf option rather than 'sleep', to avoid slowing down our already
slow testsuite even more).

Thanks,
  Stefano
>From e57f57d01d4236c91dc645b901637140e463ee53 Mon Sep 17 00:00:00 2001
Message-Id: <e57f57d01d4236c91dc645b901637140e463ee53.1344934674.git.stefano.lattar...@gmail.com>
From: Stefano Lattarini <stefano.lattar...@gmail.com>
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 <a...@lrde.epita.fr>
Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com>
---
 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

Reply via email to