Stefano Lattarini wrote: > Hi Jim. > > On 06/10/2012 10:08 PM, Jim Meyering wrote: >> I stumbled across one of these, so fixed all of them and added a new >> syntax-check rule in gnulib's maint.mk to discourage recurrence: >> >> http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/30912 >> >> From fa0cd34b38729a59a40fa946fc621df3ef0924cd Mon Sep 17 00:00:00 2001 >> From: Jim Meyering <meyer...@redhat.com> >> Date: Sun, 10 Jun 2012 22:03:49 +0200 >> Subject: [PATCH] maint: grammar fixes: s/all these/all of these/ >> >> Run this command: >> git grep -li '\<all.these\>' \ >> |xargs perl -pi -e 's/\b([Aa])ll these\b/${1}ll of these/' >> --- >> NEWS | 2 +- >> doc/automake-history.texi | 6 +++--- >> doc/automake.texi | 24 ++++++++++++------------ >> doc/fdl.texi | 2 +- >> lib/texinfo.tex | 2 +- >> old/ChangeLog.01 | 2 +- >> old/ChangeLog.11 | 2 +- >> t/tap-whitespace-normalization.sh | 2 +- >> 8 files changed, 21 insertions(+), 21 deletions(-) >> > You have my ACK, of course.
Thanks. pushed.