Spelling fix.

This commit is contained in:
Huw D M Davies 2000-12-15 20:54:01 +00:00 committed by Alexandre Julliard
parent 807b04513a
commit d0f8bfd778
1 changed files with 2 additions and 2 deletions

View File

@ -1173,8 +1173,8 @@ DWORD WINAPI GetLongPathNameW( LPCWSTR shortpath, LPWSTR longpath,
* Implementation of GetFullPathNameA/W. * Implementation of GetFullPathNameA/W.
* *
* bon@elektron 000331: * bon@elektron 000331:
* A test for GetFullPathName with many patholotical case * A test for GetFullPathName with many pathological cases
* gives now identical output for Wine and OSR2 * now gives identical output for Wine and OSR2
*/ */
static DWORD DOSFS_DoGetFullPathName( LPCSTR name, DWORD len, LPSTR result, static DWORD DOSFS_DoGetFullPathName( LPCSTR name, DWORD len, LPSTR result,
BOOL unicode ) BOOL unicode )