cosmetics: typofix in comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 24 Nov 2011 11:14:49 +0000 (12:14 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 24 Nov 2011 11:15:11 +0000 (12:15 +0100)
* tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments.
* THANKS: Update.

Reported by Krzysztof Żelechowski.

ChangeLog
THANKS
tests/remake-am-pr10111.test

index 51d2dd8..a8e6587 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       cosmetics: typofix in comments
+       * tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments.
+       * THANKS: Update.
+       Reported by Krzysztof Żelechowski.
+
 2011-11-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        coverage: undistributed '.am' and '.m4' files are diagnosed
diff --git a/THANKS b/THANKS
index 7e6de25..e9da06c 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -189,6 +189,7 @@ Kevin P. Fleming.   kpfleming@cox.net
 Kevin Ryde             user42@zip.com.au
 Kevin Street           street@iname.com
 Klaus Reichl           Klaus.Reichl@alcatel.at
+Krzysztof Żelechowski giecrilj@stegny.2a.pl
 L. Peter Deutsch       ghost@aladdin.com
 Ladislav Strojil       Ladislav.Strojil@seznam.cz
 Larry Jones            larry.jones@sdrc.com
index a8c2dc6..6f622f8 100644 (file)
@@ -35,7 +35,7 @@ END
 cat > Makefile.am <<'END'
 include $(srcdir)/foobar.am
 $(srcdir)/foobar.am:
-## Creative quoring to avoid spurious matches in the grepping
+## Creative quoting to avoid spurious matches in the grepping
 ## of Makefile.in, later.
        echo '#' 'foobar' 'was 'here' '#' > $@
 END