]> code.delx.au - gnu-emacs/commitdiff
build-aux/msys-to-w32: Fix a typo in a comment.
authorDani Moncayo <dmoncayo@gmail.com>
Sat, 7 Dec 2013 13:02:09 +0000 (14:02 +0100)
committerDani Moncayo <dmoncayo@gmail.com>
Sat, 7 Dec 2013 13:02:09 +0000 (14:02 +0100)
build-aux/msys-to-w32

index a617f18af4bf182c6f2bafdd77e3ace2d2c97b0e..e9a06d7673258bb13a62eb046f89cb379b7f8ecf 100755 (executable)
@@ -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.