Hi Jim, * Jim Meyering wrote on Fri, Apr 10, 2009 at 12:54:14PM CEST: > idly searched for grammar errors with this > > git grep '\<a [iouea]' |grep -vE 'a (use|one|uni|usage)' > > found a few: > > >From 44000e4d8890bf2bdcdfe448b035836fda36b5d7 Mon Sep 17 00:00:00 2001 > From: Jim Meyering <meyer...@redhat.com> > Date: Fri, 10 Apr 2009 12:52:19 +0200 > Subject: [PATCH] fix grammar in comments and documentation > > * automake.in: > * doc/automake.texi: > * lib/Automake/ChannelDefs.pm: > * tests/ext2.test:
Thanks! I finished that ChangeLog entry and pushed this to master. (I'll be merging next into master before too long, when I feel that there are no more regressions or unwanted new API semantics in next; still one big silent-rules patch to go.) Cheers, Ralf commit 610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c Author: Jim Meyering <meyer...@redhat.com> Date: Fri Apr 10 16:25:05 2009 +0200 Fix grammar in comments and documentation. * doc/automake.texi (API versioning): Fix grammar. * automake.in: Fix grammar in comment. * lib/Automake/ChannelDefs.pm: Likewise. * tests/ext2.test: Likewise.