Fix typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Nov 2008 20:47:06 +0000 (21:47 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Nov 2008 20:48:05 +0000 (21:48 +0100)
* NEWS: Fix typos.
* automake.in: Fix typos in comments.  Remove extraneous
whitespace.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
automake.in

index abbe035..4e0ab39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * NEWS: Fix typos.
+       * automake.in: Fix typos in comments.  Remove extraneous
+       whitespace.
+
 2008-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Cope with absent Perl modules threads and Thread::Queue.
diff --git a/NEWS b/NEWS
index 276e953..57fd45f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,7 +57,7 @@ New in 1.10a:
     Note that Automake will never overwrite an existing COPYING file,
     even when the `--force-missing' option is used.
 
-  - Automake ships and install man pages for automake and aclocal now.
+  - Automake ships and installs man pages for automake and aclocal now.
 
   - New shorthand `$(pkglibexecdir)' for `$(libexecdir)/@PACKAGE@'.
 
@@ -72,7 +72,7 @@ New in 1.10a:
     Both install and uninstall may sometimes enter (`cd' into) the target
     installation directory now, when no build-local scripts are used.
 
-    For builtin rules, `make install' now fails reliably if installation
+    For built-in rules, `make install' now fails reliably if installation
     of a file failed.  Conversely, `make uninstall' even succeeds when
     issued multiple times.
 
index 5ae09c7..66633df 100755 (executable)
@@ -468,7 +468,7 @@ my %required_targets =
    'install-man' => 1,
   );
 
-# Set to 1 if this run will create the Makefile.in that distribute
+# Set to 1 if this run will create the Makefile.in that distributes
 # the files in config_aux_dir.
 my $automake_will_process_aux_dir = 0;
 
@@ -561,7 +561,7 @@ my %dep_files;
 my @dist_targets;
 
 # Keep track of all programs declared in this Makefile, without
-# $(EXEEXT).  @substitution@ are not listed.
+# $(EXEEXT).  @substitutions@ are not listed.
 my %known_programs;
 
 # Keys in this hash are the basenames of files which must depend on
@@ -6824,7 +6824,7 @@ sub file_contents_internal ($$$%)
          my $flat_deps = &flatten ($dependencies);
          my @deps = split (' ', $flat_deps);
 
-         foreach (split (' ' , $targets))
+         foreach (split (' ', $targets))
            {
              # FIXME: 1. We are not robust to people defining several targets
              # at once, only some of them being in %dependencies.  The