common/autoconf/basics_windows.m4
changeset 30022 362d77fbf008
parent 29790 79641c886929
child 30076 55f2f5bc0f2a
--- a/common/autoconf/basics_windows.m4	Wed Jul 05 20:30:11 2017 +0200
+++ b/common/autoconf/basics_windows.m4	Wed Apr 29 22:33:42 2015 +0200
@@ -66,7 +66,7 @@
       # Going to short mode and back again did indeed matter. Since short mode is
       # case insensitive, let's make it lowercase to improve readability.
       shortmode_path=`$ECHO "$shortmode_path" | $TR 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-      # Now convert it back to Unix-stile (cygpath)
+      # Now convert it back to Unix-style (cygpath)
       input_path=`$CYGPATH -u "$shortmode_path"`
       new_path="$input_path"
     fi