Fix comment typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 18 Oct 2008 09:09:14 +0000 (11:09 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 18 Oct 2008 09:09:14 +0000 (11:09 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
automake.in
lib/Automake/Variable.pm
lib/Automake/XFile.pm
m4/amversion.in
m4/amversion.m4

index 45c8e3dc85f6eb1e89dbaedc30414e97100021bf..6c90529562665f697a24416253874a34ba359625 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-10-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       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.
+
        Diagnose unsupported uses of `backname' helper function.
        * automake.in (backname): Error out if the path points outside
        the directory it started in.
index 335fe130aa2676a7ad314878546c0d673ab9051d..591b451dfebb4a9db3325f75de463284c9ea9fe1 100755 (executable)
@@ -3786,7 +3786,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 sane name.
 # Use $WHERE as a location in the diagnostic, if any.
 sub check_directory ($$)
 {
@@ -7398,7 +7398,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.");
                        }
index e67d215c92d6daecb1b215e7af0daf1cb27995f8..79bb42c7f72baf190fcdb45af39d210497e5d7bc 100644 (file)
@@ -71,7 +71,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)
index 2e34b74b6b340f5dafbc1889d920ee705555081e..27f2455579b033dc6c41c2ba738d910471ac8b36 100644 (file)
@@ -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
@@ -62,7 +63,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>.
index 40a9ed48da6d2b219ebb880bf2b3d4166db0115e..0ca73cfd9346b3850ee9c3d824658ae0f727e8f0 100644 (file)
@@ -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([@VERSION@])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
index 33230d4ab87627af7bc64cd76750ca543e1e148f..ee7dba0817d811c7424811a87d5b1b303f5b9c08 100644 (file)
@@ -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.10a])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],