On Wednesday 23 November 2011, Krzysztof Żelechowski wrote: > > +## Creative quoring to avoid spurious matches in the grepping > quoting > Thanks for spotting it. Fixed by the attached patch.
Regards, Stefano
From 39a0fd0267ca5aab3d7c4677586181c355233eef Mon Sep 17 00:00:00 2001 Message-Id: <39a0fd0267ca5aab3d7c4677586181c355233eef.1322133328.git.stefano.lattar...@gmail.com> From: Stefano Lattarini <stefano.lattar...@gmail.com> Date: Thu, 24 Nov 2011 12:14:49 +0100 Subject: [PATCH] cosmetics: typofix in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments. * THANKS: Update. Reported by Krzysztof Żelechowski. --- ChangeLog | 7 +++++++ THANKS | 1 + tests/remake-am-pr10111.test | 2 +- 3 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51d2dd8..a8e6587 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-11-24 Stefano Lattarini <stefano.lattar...@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.lattar...@gmail.com> coverage: undistributed '.am' and '.m4' files are diagnosed diff --git a/THANKS b/THANKS index 7e6de25..e9da06c 100644 --- a/THANKS +++ b/THANKS @@ -189,6 +189,7 @@ Kevin P. Fleming. kpflem...@cox.net Kevin Ryde use...@zip.com.au Kevin Street str...@iname.com Klaus Reichl klaus.rei...@alcatel.at +Krzysztof Żelechowski giecr...@stegny.2a.pl L. Peter Deutsch gh...@aladdin.com Ladislav Strojil ladislav.stro...@seznam.cz Larry Jones larry.jo...@sdrc.com diff --git a/tests/remake-am-pr10111.test b/tests/remake-am-pr10111.test index a8c2dc6..6f622f8 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 -- 1.7.2.3