summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/msys-to-w322
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index a617f18af4b..e9a06d76732 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -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.