summaryrefslogtreecommitdiff
path: root/bin/autoupdate.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-04-20 06:09:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-04-20 06:09:01 +0000
commitdd756ac9770189df765b81eb288d26cd05ab7791 (patch)
tree1b14afcc1faac1d6d65dd03ae62938be8a97ded9 /bin/autoupdate.in
parent9949452effcad30c82ea4d4077626950bec3de17 (diff)
downloadautoconf-dd756ac9770189df765b81eb288d26cd05ab7791.tar.gz
Minor spelling and grammar fixes.
Diffstat (limited to 'bin/autoupdate.in')
-rw-r--r--bin/autoupdate.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/autoupdate.in b/bin/autoupdate.in
index ee41958d..c032396b 100644
--- a/bin/autoupdate.in
+++ b/bin/autoupdate.in
@@ -289,10 +289,10 @@ foreach my $file (@ARGV)
# They work by pair: each time an AU macro is activated, it runs
# _au_enable, and at its end its runs _au_disable (see _au_defun
- # above). But since AU macros might use AU macros, which should
- # enable/disable only for the outter AU macros.
+ # above). AU macros might use AU macros, which should
+ # enable/disable only for the outer AU macros.
#
- # `_au_enabled' is used to this end, condionning whether we really
+ # `_au_enabled' is used to this end, determining whether we really
# enable/disable.