diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-10-18 11:09:14 +0200 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-10-18 11:09:14 +0200 |
commit | b6af214094ead458695113c17d7a2cade7c54dbc (patch) | |
tree | 3b04961cd59b17afb4149110cfa54d8e3eb7d7a2 /automake.in | |
parent | b9cf117b19fb91b3931e9bad064be6beca19240a (diff) | |
download | automake-b6af214094ead458695113c17d7a2cade7c54dbc.tar.gz |
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 <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'automake.in')
-rwxr-xr-x | automake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/automake.in b/automake.in index 335fe130a..591b451df 100755 --- a/automake.in +++ b/automake.in @@ -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 a 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."); } |