summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-11-10 21:47:06 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-11-10 21:50:06 +0100
commitbdf3bb635e44c7794e7870f358b4450c0dc9e8d1 (patch)
tree9e96bf45e9cfbf73eb1f71fbee24632337c85290 /automake.in
parentddfd897fd70b6f5da6522bd1c9ad735bcf194ad9 (diff)
downloadautomake-bdf3bb635e44c7794e7870f358b4450c0dc9e8d1.tar.gz
automake-bdf3bb635e44c7794e7870f358b4450c0dc9e8d1.tar.bz2
automake-bdf3bb635e44c7794e7870f358b4450c0dc9e8d1.zip
Fix typos.
* automake.in: Fix typos in comments. Remove extraneous whitespace. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'automake.in')
-rwxr-xr-xautomake.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/automake.in b/automake.in
index a9de67538..21ce4df6d 100755
--- a/automake.in
+++ b/automake.in
@@ -447,7 +447,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;
@@ -540,7 +540,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
@@ -6621,7 +6621,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