automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-289-g610e9c0
Date: Fri, 10 Apr 2009 14:31:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c

The branch, master has been updated
       via  610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c (commit)
      from  7ff99b75262d5ba025ec79b73cbe00a1e77f2751 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 610e9c060d988fd0c7493f0a9bb2f2bc212a0c6c
Author: Jim Meyering <address@hidden>
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.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 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  <address@hidden>
+
+       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  <address@hidden>
 
        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 address@hidden  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<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
 
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


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]