On 07/09/2012 01:19 PM, Akim Demaille wrote:
> 
> Le 9 juil. 2012 à 12:12, Stefano Lattarini a écrit :
> 
>>> seen?
>>>
>> Yep, stupid typo.  Feel free to correct it (I assume you still have
>> pushing right for the Automake repository, right?)
> 
> I don't see it pushed.
>
Oops, I had forgotten to push the recent changes.  Glad you caught that.

I've pushed my ng/master now, and applied the attached patch on the top
of it.

Thanks, and sorry for the noise,
  Stefano
>From 7dc447d44db6f0b16cd892a0d3d36e072223fc38 Mon Sep 17 00:00:00 2001
Message-Id: <7dc447d44db6f0b16cd892a0d3d36e072223fc38.1341833200.git.stefano.lattar...@gmail.com>
From: Stefano Lattarini <[email protected]>
Date: Mon, 9 Jul 2012 13:26:24 +0200
Subject: [PATCH] tests: fixed typo in comments in 'built-sources.sh'

Signed-off-by: Stefano Lattarini <[email protected]>
---
 t/built-sources.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/built-sources.sh b/t/built-sources.sh
index b61b556..9890916 100755
--- a/t/built-sources.sh
+++ b/t/built-sources.sh
@@ -30,7 +30,7 @@ noinst_PROGRAMS = bar baz
 foo.c:
 	rm -f $@ $@-t
 	# Use printf, not echo, to avoid spurious interpretation of
-	# the "\n" as a newline (see on NetBSD 5.1).
+	# the "\n" as a newline (seen on NetBSD 5.1).
 	printf '%s\n' '#include <stdio.h>'               >  $@-t
 	printf '%s\n' 'int main (void)'                  >> $@-t
 	printf '%s\n' '{               '                 >> $@-t
-- 
1.7.9.5

Reply via email to