Module: wine Branch: master Commit: 38520a819cdce84d72b94aa775236fdc4318c5f1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=38520a819cdce84d72b94aa7...
Author: Francois Gouget fgouget@free.fr Date: Tue Oct 3 14:10:58 2006 +0200
Assorted spelling fixes.
---
dlls/kernel32/thunk.c | 4 ++-- dlls/ole32/tests/storage32.c | 2 +- dlls/shlwapi/path.c | 2 +- tools/winapi/winapi_check_options.pm | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/kernel32/thunk.c b/dlls/kernel32/thunk.c index eeeb621..3bb7e5e 100644 --- a/dlls/kernel32/thunk.c +++ b/dlls/kernel32/thunk.c @@ -117,7 +117,7 @@ #if 0 char pszDll32[256]; /*120 */
We do it differently since all our thunk handling is done - by 32-bit code. Therefore we do not need do provide + by 32-bit code. Therefore we do not need to provide easy access to this data, especially the process target table database, for 16-bit code. #endif @@ -1542,7 +1542,7 @@ void WINAPI C16ThkSL01(CONTEXT86 *contex context->SegCs = HIWORD(context->Eax);
/* Since C16ThkSL01 got called by a jmp, we need to leave the - orginal return address on the stack */ + original return address on the stack */ context->Esp -= 4; } else diff --git a/dlls/ole32/tests/storage32.c b/dlls/ole32/tests/storage32.c index 469e53a..65df045 100644 --- a/dlls/ole32/tests/storage32.c +++ b/dlls/ole32/tests/storage32.c @@ -388,7 +388,7 @@ static void test_open_storage(void)
DeleteFileW(filename);
- /* try opening a non-existant file - it should create it */ + /* try opening a nonexistent file - it should create it */ stgm = STGM_DIRECT | STGM_SHARE_EXCLUSIVE | STGM_READWRITE; r = StgOpenStorage( filename, NULL, stgm, NULL, 0, &stg); ok(r==S_OK, "StgOpenStorage failed: 0x%08lx\n", r); diff --git a/dlls/shlwapi/path.c b/dlls/shlwapi/path.c index 32e7b74..c298f35 100644 --- a/dlls/shlwapi/path.c +++ b/dlls/shlwapi/path.c @@ -1112,7 +1112,7 @@ BOOL WINAPI PathFileExistsDefExtW(LPWSTR * * NOTES * lpszPath is modified in place and must be at least MAX_PATH in length. - * If the function returns FALSE, the path is modified to its orginal state. + * If the function returns FALSE, the path is modified to its original state. * If the given path contains an extension or dwWhich is 0, executable * extensions are not checked. * diff --git a/tools/winapi/winapi_check_options.pm b/tools/winapi/winapi_check_options.pm index a748b05..23abb1f 100644 --- a/tools/winapi/winapi_check_options.pm +++ b/tools/winapi/winapi_check_options.pm @@ -104,7 +104,7 @@ my %options_long = ( "documentation-pedantic" => { default => 0, parent => "documentation", - description => "be pendantic when checking for documentation inconsistencies" + description => "be pedantic when checking for documentation inconsistencies" },
"documentation-arguments" => {