Fix grammar in comments and documentation.
authorJim Meyering <meyering@redhat.com>
Fri, 10 Apr 2009 14:25:05 +0000 (16:25 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 10 Apr 2009 14:25:05 +0000 (16:25 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
automake.in
doc/automake.texi
lib/Automake/ChannelDefs.pm
tests/ext2.test

index 3e08fe6..3114999 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-10  Jim Meyering  <meyering@redhat.com>
+
+       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  <Ralf.Wildenhues@gmx.de>
 
        Rewrite maintainer-check in separate tests, parallelizable.
index c1321f0..cdbe24a 100755 (executable)
@@ -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 ($$)
 {
index e1f0f32..de46d21 100644 (file)
@@ -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.
 
index 15362b5..53988ca 100644 (file)
@@ -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<CATEGORY>.
 
-This is meant to be used as a argument to C<Getopt>.
+This is meant to be used as an argument to C<Getopt>.
 
 =cut
 
index 8374a2a..fa06d63 100755 (executable)
@@ -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