]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
typo in last patch
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Feb 2003 19:00:16 +0000 (19:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Feb 2003 19:00:16 +0000 (19:00 +0000)
automake.in

index 85a093d5a9199137727a76c8fe2d49ef0d9758f3..4289e262b17347789faae6700681d75f50663454 100755 (executable)
@@ -37,7 +37,7 @@ BEGIN
   # Override SHELL.  This is required on DJGPP so that system() uses
   # bash, not COMMAND.COM which doesn't quote arguments properly.
   # Other systems aren't expected to use $SHELL when Automake
-  # runs, but it should be safe to drop the `if DJGPP' gard if
+  # runs, but it should be safe to drop the `if DJGPP' guard if
   # it turns up other systems need the same thing.  After all,
   # if SHELL is used, ./configure's SHELL is always better than
   # the user's SHELL (which may be something like tcsh).