Commit 0217bfdf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling fixes.

parent d069312d
...@@ -3551,7 +3551,7 @@ VarXor_Exit: ...@@ -3551,7 +3551,7 @@ VarXor_Exit:
* pVarOut [O] Destination for comparison result * pVarOut [O] Destination for comparison result
* *
* RETURNS * 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. * if equivalent or non-zero otherwise.
* Failure: An HRESULT error code indicating the error. * Failure: An HRESULT error code indicating the error.
* *
......
...@@ -153,7 +153,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp ...@@ -153,7 +153,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
break; 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 * player. This is not verified to be fully correct but it appears
* to work just fine. * to work just fine.
*/ */
...@@ -918,7 +918,7 @@ BOOL WINAPI ShellExecuteExW32 (LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfun ...@@ -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}; 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]; 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]; WCHAR wfileName[MAX_PATH];
void *env; void *env;
WCHAR lpstrProtocol[256]; WCHAR lpstrProtocol[256];
......
...@@ -2641,7 +2641,7 @@ DWORD WINAPI WhichPlatform() ...@@ -2641,7 +2641,7 @@ DWORD WINAPI WhichPlatform()
GET_FUNC(pDllGetVersion, shell32, "DllGetVersion", 1); GET_FUNC(pDllGetVersion, shell32, "DllGetVersion", 1);
dwState = pDllGetVersion ? 2 : 1; dwState = pDllGetVersion ? 2 : 1;
/* Set or delete the key accordinly */ /* Set or delete the key accordingly */
dwRet = RegOpenKeyExA(HKEY_LOCAL_MACHINE, dwRet = RegOpenKeyExA(HKEY_LOCAL_MACHINE,
"Software\\Microsoft\\Internet Explorer", 0, "Software\\Microsoft\\Internet Explorer", 0,
KEY_ALL_ACCESS, &hKey); KEY_ALL_ACCESS, &hKey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment