Assorted spelling fixes
Francois Gouget
fgouget at free.fr
Thu Apr 8 18:20:58 CDT 2004
Changelog:
* dlls/oleaut32/variant.c
dlls/shell32/shlexec.c
dlls/shlwapi/ordinal.c
Assorted spelling fixes.
Index: dlls/oleaut32/variant.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/variant.c,v
retrieving revision 1.93
diff -u -r1.93 variant.c
--- a/dlls/oleaut32/variant.c 22 Mar 2004 20:39:27 -0000 1.93
+++ b/dlls/oleaut32/variant.c 31 Mar 2004 10:56:04 -0000
@@ -3551,7 +3551,7 @@
* 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.
*
Index: dlls/shell32/shlexec.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shlexec.c,v
retrieving revision 1.40
diff -u -r1.40 shlexec.c
--- a/dlls/shell32/shlexec.c 7 Apr 2004 03:49:51 -0000 1.40
+++ b/dlls/shell32/shlexec.c 8 Apr 2004 23:12:53 -0000
@@ -153,7 +153,7 @@
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.
*/
@@ -924,7 +919,7 @@
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];
Index: dlls/shlwapi/ordinal.c
===================================================================
RCS file: /var/cvs/wine/dlls/shlwapi/ordinal.c,v
retrieving revision 1.83
diff -u -r1.83 ordinal.c
--- a/dlls/shlwapi/ordinal.c 27 Mar 2004 01:38:26 -0000 1.83
+++ b/dlls/shlwapi/ordinal.c 4 Apr 2004 01:03:36 -0000
@@ -2641,7 +2641,7 @@
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);
--
Francois Gouget fgouget at free.fr http://fgouget.free.fr/
Any sufficiently advanced bug is indistinguishable from a feature.
-- from some indian guy
More information about the wine-patches
mailing list