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 <stefano.lattar...@gmail.com>
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  <stefano.lattar...@gmail.com>
+
+	Fix typos in comments in test confh5.test
+	* tests/confh5.test: Fix a couple of typos in comments.
+
 2010-04-11  Ralf Wildenhues  <ralf.wildenh...@gmx.de>
 
 	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