mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Spelling fix.
This commit is contained in:
parent
807b04513a
commit
d0f8bfd778
1 changed files with 2 additions and 2 deletions
|
@ -1173,8 +1173,8 @@ DWORD WINAPI GetLongPathNameW( LPCWSTR shortpath, LPWSTR longpath,
|
|||
* Implementation of GetFullPathNameA/W.
|
||||
*
|
||||
* bon@elektron 000331:
|
||||
* A test for GetFullPathName with many patholotical case
|
||||
* gives now identical output for Wine and OSR2
|
||||
* A test for GetFullPathName with many pathological cases
|
||||
* now gives identical output for Wine and OSR2
|
||||
*/
|
||||
static DWORD DOSFS_DoGetFullPathName( LPCSTR name, DWORD len, LPSTR result,
|
||||
BOOL unicode )
|
||||
|
|
Loading…
Reference in a new issue