From: Jim Meyering Date: Fri, 10 Apr 2009 14:25:05 +0000 (+0200) Subject: Fix grammar in comments and documentation. X-Git-Tag: v1.11~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c;p=thirdparty%2Fautomake.git 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. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 3e08fe611..311499997 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-10 Jim Meyering + + 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. + 2009-03-29 Ralf Wildenhues Rewrite maintainer-check in separate tests, parallelizable. diff --git a/automake.in b/automake.in index c1321f019..cdbe24ae2 100755 --- a/automake.in +++ b/automake.in @@ -1128,7 +1128,7 @@ sub handle_options # Return a $(variable) that contains all possible values # $varname can take. # If the VAR wasn't defined conditionally, return $(VAR). -# Otherwise we create a am__VAR_DIST variable which contains +# Otherwise we create an am__VAR_DIST variable which contains # all possible values, and return $(am__VAR_DIST). sub shadow_unconditionally ($$) { diff --git a/doc/automake.texi b/doc/automake.texi index e1f0f32be..de46d2195 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -9732,7 +9732,7 @@ of the API@. You should avoid using them, as they could change from one version to the other (even in bug fix releases, if this helps to fix a bug). -If it turns out you need to use such a undocumented feature, contact +If it turns out you need to use such an undocumented feature, contact @email{automake@@gnu.org} and try to get it documented and exercised by the test-suite. diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm index 15362b514..53988cafe 100644 --- a/lib/Automake/ChannelDefs.pm +++ b/lib/Automake/ChannelDefs.pm @@ -310,7 +310,7 @@ Parse the argument of C<--warning=CATEGORY> or C<-WCATEGORY>. C<$OPTIONS> is C<"--warning"> or C<"-W">, C<$ARGUMENT> is C. -This is meant to be used as a argument to C. +This is meant to be used as an argument to C. =cut diff --git a/tests/ext2.test b/tests/ext2.test index 8374a2aef..fa06d63b2 100755 --- a/tests/ext2.test +++ b/tests/ext2.test @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2009 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ $AUTOMAKE grep '\.o:' Makefile.in > rules cat rules -# Here is a example of bogus output. The rules are output several +# Here is an example of bogus output. The rules are output several # times. #| .cc.o: #| d.o: sub/d.cc