Assorted spelling fixes.

This commit is contained in:
Francois Gouget 2004-04-12 22:08:23 +00:00 committed by Alexandre Julliard
parent d069312de6
commit 0217bfdfed
3 changed files with 4 additions and 4 deletions

View File

@ -3551,7 +3551,7 @@ VarXor_Exit:
* pVarOut [O] Destination for comparison result
*
* RETURNS
* Success: S_OK. pVarOut contains the result of the comparason (VARIANT_TRUE
* Success: S_OK. pVarOut contains the result of the comparison (VARIANT_TRUE
* if equivalent or non-zero otherwise.
* Failure: An HRESULT error code indicating the error.
*

View File

@ -153,7 +153,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
break;
/*
* IE uses this alot for activating things such as windows media
* IE uses this a lot for activating things such as windows media
* player. This is not verified to be fully correct but it appears
* to work just fine.
*/
@ -918,7 +918,7 @@ BOOL WINAPI ShellExecuteExW32 (LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfun
static const WCHAR wExplorer[] = {'e','x','p','l','o','r','e','r','.','e','x','e',0};
WCHAR wszApplicationName[MAX_PATH+2], wszCommandline[1024], wszDir[MAX_PATH];
SHELLEXECUTEINFOW sei_tmp; /* modifyable copy of SHELLEXECUTEINFO struct */
SHELLEXECUTEINFOW sei_tmp; /* modifiable copy of SHELLEXECUTEINFO struct */
WCHAR wfileName[MAX_PATH];
void *env;
WCHAR lpstrProtocol[256];

View File

@ -2641,7 +2641,7 @@ DWORD WINAPI WhichPlatform()
GET_FUNC(pDllGetVersion, shell32, "DllGetVersion", 1);
dwState = pDllGetVersion ? 2 : 1;
/* Set or delete the key accordinly */
/* Set or delete the key accordingly */
dwRet = RegOpenKeyExA(HKEY_LOCAL_MACHINE,
"Software\\Microsoft\\Internet Explorer", 0,
KEY_ALL_ACCESS, &hKey);