diff options
| -rwxr-xr-x | build-aux/msys-to-w32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 110 | # The path exists, so just translate it | 110 | # The path exists, so just translate it |
| 111 | w32p=`cd "$p" && pwd -W` | 111 | w32p=`cd "$p" && pwd -W` |
| 112 | else | 112 | else |
| 113 | # The path does not exists. So, try to guess the | 113 | # The path does not exist. So, try to guess the |
| 114 | # Windows-native translation, by looking for the deepest | 114 | # Windows-native translation, by looking for the deepest |
| 115 | # existing directory in this path, and then translating the | 115 | # existing directory in this path, and then translating the |
| 116 | # existing part and concatenating the remainder. | 116 | # existing part and concatenating the remainder. |