From: Stefano Lattarini Date: Thu, 24 Nov 2011 11:14:49 +0000 (+0100) Subject: cosmetics: typofix in comments X-Git-Tag: v1.11.1b~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a0fd0267ca5aab3d7c4677586181c355233eef;p=thirdparty%2Fautomake.git cosmetics: typofix in comments * tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments. * THANKS: Update. Reported by Krzysztof Żelechowski. --- diff --git a/ChangeLog b/ChangeLog index 51d2dd8fb..a8e6587f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-11-24 Stefano Lattarini + + 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 coverage: undistributed '.am' and '.m4' files are diagnosed diff --git a/THANKS b/THANKS index 7e6de2571..e9da06c6f 100644 --- 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 diff --git a/tests/remake-am-pr10111.test b/tests/remake-am-pr10111.test index a8c2dc61f..6f622f888 100644 --- a/tests/remake-am-pr10111.test +++ b/tests/remake-am-pr10111.test @@ -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