From 610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Apr 2009 16:25:05 +0200 Subject: [PATCH] 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 --- ChangeLog | 8 ++++++++ automake.in | 2 +- doc/automake.texi | 2 +- lib/Automake/ChannelDefs.pm | 2 +- tests/ext2.test | 4 ++-- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e08fe6..3114999 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 c1321f0..cdbe24a 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 e1f0f32..de46d21 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 15362b5..53988ca 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 8374a2a..fa06d63 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 -- 2.7.4