From 34a731f8d04e6f70bd93b82cd65b6de024460ea3 Mon Sep 17 00:00:00 2001 From: Dani Moncayo Date: Sat, 7 Dec 2013 14:02:09 +0100 Subject: [PATCH] build-aux/msys-to-w32: Fix a typo in a comment. --- build-aux/msys-to-w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2