automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix typos in comments in test confh5.test


From: Stefano Lattarini
Subject: [PATCH] Fix typos in comments in test confh5.test
Date: Sun, 11 Apr 2010 22:39:51 +0200
User-agent: KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.2; i686; ; )

I've just found a couple of stupid typos in the last version of the 
patch.  They are in a comment, so no big deal, but a fix is always 
welcome, right?

Thanks, and sorry for the noise,
   Stefano
From 8005809d6e64af309d2e4b5499ac93317f1f1d3b Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Sun, 11 Apr 2010 22:34:18 +0200
Subject: [PATCH] Fix typos in comments in test confh5.test

* tests/confh5.test: Fix a couple of typos in comments.
---
 ChangeLog         |    5 +++++
 tests/confh5.test |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 19b7772..c42186b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-11  Stefano Lattarini  <address@hidden>
+
+       Fix typos in comments in test confh5.test
+       * tests/confh5.test: Fix a couple of typos in comments.
+
 2010-04-11  Ralf Wildenhues  <address@hidden>
 
        Fix per-Makefile.am setting of -Werror.
diff --git a/tests/confh5.test b/tests/confh5.test
index 52a3054..7c5f37e 100755
--- a/tests/confh5.test
+++ b/tests/confh5.test
@@ -30,7 +30,7 @@ cat > Makefile.am << 'END'
 test: distdir
        test -f $(distdir)/config.h.in
        test -f $(distdir)/include/config.h.in.in
-       : # Solarish Sh do not support 'test -e'
+       : # Solaris Sh does not support 'test -e'
        test ! -f $(distdir)/include/config.h.in
        test ! -r $(distdir)/include/config.h.in
 END
-- 
1.6.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]