Assorted spelling fixes

Francois Gouget fgouget at free.fr
Thu Jul 8 03:46:03 CDT 2004


Changelog:

 * dlls/dsound/dsound.c
   dlls/ole32/compobj.c
   include/shlwapi.h

   Assorted spelling fixes


Index: dlls/dsound/dsound.c
===================================================================
RCS file: /var/cvs/wine/dlls/dsound/dsound.c,v
retrieving revision 1.2
diff -u -r1.2 dsound.c
--- dlls/dsound/dsound.c	6 Jul 2004 18:43:57 -0000	1.2
+++ dlls/dsound/dsound.c	7 Jul 2004 15:19:18 -0000
@@ -115,7 +115,7 @@
     LPVOID * ppobj)
 {
     TRACE("(%p,%s,%p)\n",iface,debugstr_guid(riid),ppobj);
-    FIXME("shouldnt be called directly\n");
+    FIXME("shouldn't be called directly\n");
     return E_NOINTERFACE;
 }

Index: dlls/ole32/compobj.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/compobj.c,v
retrieving revision 1.94
diff -u -r1.94 compobj.c
--- dlls/ole32/compobj.c	6 Jul 2004 21:27:48 -0000	1.94
+++ dlls/ole32/compobj.c	7 Jul 2004 15:24:02 -0000
@@ -119,10 +119,10 @@
  * This section contains OpenDllList definitions
  *
  * The OpenDllList contains only handles of dll loaded by CoGetClassObject or
- * other functions what do LoadLibrary _without_ giving back a HMODULE.
- * Without this list these handles would be freed never.
+ * other functions that do LoadLibrary _without_ giving back a HMODULE.
+ * Without this list these handles would never be freed.
  *
- * FIXME: a DLL what says OK whenn asked for unloading is unloaded in the
+ * FIXME: a DLL that says OK when asked for unloading is unloaded in the
  * next unload-call but not before 600 sec.
  */

@@ -536,7 +536,7 @@
  *		CoDisconnectObject	[OLE32.@]
  *
  * Disconnects all connections to this object from remote processes. Dispatches
- * pending RPCs while blocking new RPCs from occuring, and then calls
+ * pending RPCs while blocking new RPCs from occurring, and then calls
  * IMarshal::DisconnectObject on the given object.
  *
  * Typically called when the object server is forced to shut down, for instance by
Index: include/shlwapi.h
===================================================================
RCS file: /var/cvs/wine/include/shlwapi.h,v
retrieving revision 1.44
diff -u -r1.44 shlwapi.h
--- include/shlwapi.h	17 Feb 2004 20:25:12 -0000	1.44
+++ include/shlwapi.h	7 Jul 2004 15:18:56 -0000
@@ -894,7 +894,7 @@
 HRESULT WINAPI SHReleaseThreadRef();

 /* SHCreateThread flags */
-#define CTF_INSIST          0x01 /* Allways call */
+#define CTF_INSIST          0x01 /* Always call */
 #define CTF_THREAD_REF      0x02 /* Hold thread ref */
 #define CTF_PROCESS_REF     0x04 /* Hold process ref */
 #define CTF_COINIT          0x08 /* Startup COM first */



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  Hiroshima '45 - Czernobyl '86 - Windows '95



More information about the wine-patches mailing list