build-aux/msys-to-w32: Fix a typo in a comment.

This commit is contained in:
Dani Moncayo 2013-12-07 14:02:09 +01:00
parent e330b64699
commit 34a731f8d0

View file

@ -110,7 +110,7 @@ do
# The path exists, so just translate it
w32p=`cd "$p" && pwd -W`
else
# The path does not exists. So, try to guess the
# The path does not exist. So, try to guess the
# Windows-native translation, by looking for the deepest
# existing directory in this path, and then translating the
# existing part and concatenating the remainder.