From: Dani Moncayo Date: Sat, 7 Dec 2013 13:02:09 +0000 (+0100) Subject: build-aux/msys-to-w32: Fix a typo in a comment. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34a731f8d04e6f70bd93b82cd65b6de024460ea3;p=emacs.git build-aux/msys-to-w32: Fix a typo in a comment. --- 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.