automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-43-gd43be55
Date: Sat, 18 Oct 2008 09:12:31 +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=d43be558513def18a288036bbb531d39cbd304eb

The branch, branch-1-10 has been updated
       via  d43be558513def18a288036bbb531d39cbd304eb (commit)
      from  515d7e4adeb998e5a3875fdb1331addc878229b3 (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 d43be558513def18a288036bbb531d39cbd304eb
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Oct 18 11:09:14 2008 +0200

    Fix comment typos.
    
    * automake.in (require_file_internal): Fix typos in comments.
    * m4/amversion.in: Likewise.
    * lib/Automake/Variable.pm: Likewise.
    * lib/Automake/XFile.pm: Likewise.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                |    8 ++++++++
 automake.in              |    4 ++--
 lib/Automake/Variable.pm |    2 +-
 lib/Automake/XFile.pm    |    5 +++--
 m4/amversion.in          |    2 +-
 m4/amversion.m4          |    2 +-
 6 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 87321df..82f9d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-18  Ralf Wildenhues  <address@hidden>
+
+       Fix comment typos.
+       * automake.in (require_file_internal): Fix typos in comments.
+       * m4/amversion.in: Likewise.
+       * lib/Automake/Variable.pm: Likewise.
+       * lib/Automake/XFile.pm: Likewise.
+
 2008-10-12  William Pursell <address@hidden>  (tiny patch)
 
        * tests/defs.in: Fix comment typo.
diff --git a/automake.in b/automake.in
index 3f6cc8b..a9de675 100755
--- a/automake.in
+++ b/automake.in
@@ -3695,7 +3695,7 @@ sub handle_dist ()
 
 # check_directory ($NAME, $WHERE)
 # -------------------------------
-# Ensure $NAME is a directory, and that it uses sane name.
+# Ensure $NAME is a directory, and that it uses a sane name.
 # Use $WHERE as a location in the diagnostic, if any.
 sub check_directory ($$)
 {
@@ -7228,7 +7228,7 @@ sub require_file_internal ($$$@)
                          # an auxiliary file and we are not processing
                          # the top level Makefile.  Furthermore Automake
                          # hasn't been asked to create the Makefile.in
-                         # that distribute the aux dir files.
+                         # that distributes the aux dir files.
                          error ($where, 'Please make a full run of automake'
                                 . " so $fullfile gets distributed.");
                        }
diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm
index c1d244a..c0f756f 100644
--- a/lib/Automake/Variable.pm
+++ b/lib/Automake/Variable.pm
@@ -73,7 +73,7 @@ Automake::Variable - support for variable definitions
   # $var->conditions->conds is a list of Automake::Condition.)
   my @conds = $var->conditions->conds
 
-  # Accessing to the definition in Condition $cond.
+  # Access to the definition in Condition $cond.
   # $def is an Automake::VarDef.
   my $def = $var->def ($cond);
   if ($def)
diff --git a/lib/Automake/XFile.pm b/lib/Automake/XFile.pm
index d33bf05..00ced86 100644
--- a/lib/Automake/XFile.pm
+++ b/lib/Automake/XFile.pm
@@ -1,4 +1,5 @@
-# Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2004, 2006, 2008 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
@@ -64,7 +65,7 @@ Automake::XFile - supply object methods for filehandles with 
error handling
 =head1 DESCRIPTION
 
 C<Automake::XFile> inherits from C<IO::File>.  It provides the method
-C<name> returning the file name.  It provides dying version of the
+C<name> returning the file name.  It provides dying versions of the
 methods C<close>, C<lock> (corresponding to C<flock>), C<new>,
 C<open>, C<seek>, and C<truncate>.  It also overrides the C<getline>
 and C<getlines> methods to translate C<\r\n> to C<\n>.
diff --git a/m4/amversion.in b/m4/amversion.in
index 40a9ed4..0ca73cf 100644
--- a/m4/amversion.in
+++ b/m4/amversion.in
@@ -29,7 +29,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # AM_SET_CURRENT_AUTOMAKE_VERSION
 # -------------------------------
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 [AM_AUTOMAKE_VERSION(address@hidden@])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index f2887f2..ead3b48 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -29,7 +29,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # AM_SET_CURRENT_AUTOMAKE_VERSION
 # -------------------------------
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 [AM_AUTOMAKE_VERSION([1.10.1a])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],


hooks/post-receive
--
GNU Automake




reply via email to

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