diff -r 7697621037fd -r 9286a6e61291 common/autoconf/basics_windows.m4 --- a/common/autoconf/basics_windows.m4 Wed Sep 18 12:37:54 2013 +0200 +++ b/common/autoconf/basics_windows.m4 Wed Sep 18 13:49:49 2013 +0200 @@ -211,7 +211,7 @@ # the same file, most of the time (as in "test -f"). But not when running cygpath -s, then # "foo.exe" is OK but "foo" is an error. # - # This test is therefore slightly more accurate than "test -f" to check for file precense. + # This test is therefore slightly more accurate than "test -f" to check for file presence. # It is also a way to make sure we got the proper file name for the real test later on. test_shortpath=`$CYGPATH -s -m "$new_path" 2> /dev/null` if test "x$test_shortpath" = x; then