diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-26 12:22:17 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-26 12:22:17 -0800 |
commit | 48a2a0b49048896dc44fddbfd858198de2c252f9 (patch) | |
tree | 3361f709d9c8c1e776a59701210e3b5b7058bcae /build-aux | |
parent | e47112ee5ddf21ae73238aa0262e2830ea85ec5f (diff) | |
download | emacs-48a2a0b49048896dc44fddbfd858198de2c252f9.tar.gz |
Spelling fixes.
Diffstat (limited to 'build-aux')
-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 31149ea3036..e45ec3cb7e2 100755 --- a/build-aux/msys-to-w32 +++ b/build-aux/msys-to-w32 @@ -37,7 +37,7 @@ transformations: 4. Translate to Windows-native format those paths that are not in such format already. The translated paths will not end with a slash, except for root directories (e.g. 'c:/' or 'c:/foo'). -5. Escape with backslashes every ocurrence of SEPARATOR2 within the paths. +5. Escape with backslashes every occurrence of SEPARATOR2 within the paths. 6. Concatenate the translated paths with SEPARATOR2. If MUSTEXIST is 'Y' or not supplied, then each path in PATHLIST must |