aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorDani Moncayo <[email protected]>2013-12-07 14:02:09 +0100
committerDani Moncayo <[email protected]>2013-12-07 14:02:09 +0100
commit34a731f8d04e6f70bd93b82cd65b6de024460ea3 (patch)
tree030fa5ba8d0cd3299dbf84cf4a4f3fdd158c8edd /build-aux
parente330b64699b4560bb270d00a89d3c09d91210057 (diff)
build-aux/msys-to-w32: Fix a typo in a comment.
Diffstat (limited to 'build-aux')
-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 a617f18af4..e9a06d7673 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.