From d0f8bfd77890351bad0c428d0e8b627ed0dc06cf Mon Sep 17 00:00:00 2001 From: Huw D M Davies Date: Fri, 15 Dec 2000 20:54:01 +0000 Subject: [PATCH] Spelling fix. --- files/dos_fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/dos_fs.c b/files/dos_fs.c index c1348210f02..52db6c1d671 100644 --- a/files/dos_fs.c +++ b/files/dos_fs.c @@ -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 )