]> code.delx.au - gnu-emacs/blobdiff - build-aux/msys-to-w32
build-aux/msys-to-w32: Fix a typo in a comment.
[gnu-emacs] / 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.