Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri Jul 16 12:24:41 CDT 2004


Changelog:

 * dlls/msi/action.c
   dlls/wininet/http.c
   include/mmsystem.h

   Assorted spelling fixes


Index: dlls/msi/action.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/action.c,v
retrieving revision 1.29
diff -u -r1.29 action.c
--- dlls/msi/action.c	12 Jul 2004 20:43:09 -0000	1.29
+++ dlls/msi/action.c	12 Jul 2004 21:41:04 -0000
@@ -1120,7 +1120,7 @@

     stuff = (thread_struct*)info;

-    TRACE("Asyncronous start (%s, %s) \n", debugstr_w(stuff->source),
+    TRACE("Asynchronous start (%s, %s) \n", debugstr_w(stuff->source),
           debugstr_w(stuff->target));

     DLL = LoadLibraryW(stuff->source);
@@ -1182,7 +1182,7 @@
         info->package = package;
         strcpyW(info->target,target);
         strcpyW(info->source,tmp_file);
-        TRACE("Start Asyncronous execution\n");
+        TRACE("Start Asynchronous execution\n");
         FIXME("DATABASE NOT THREADSAFE... not starting\n");
         /* CreateThread(NULL,0,DllThread,(LPVOID)&info,0,&ThreadId); */
         /* FIXME: release the package if the CreateThread fails */
@@ -3539,7 +3539,7 @@
 static UINT ACTION_RegisterClassInfo(MSIPACKAGE *package)
 {
     /*
-     * Again I am assuming the words, "Whose key file represents" when refering
+     * Again I am assuming the words, "Whose key file represents" when referring
      * to a Component as to meaning that Components KeyPath file
      *
      * Also there is a very strong connection between ClassInfo and ProgID
@@ -3818,7 +3818,7 @@
 {
     /*
      * Sigh, here I am just brute force registering all progids
-     * this needs to be linked to the Classes that have been registerd
+     * this needs to be linked to the Classes that have been registered
      * but the easiest way to do that is to load all these stuff into
      * memory for easy checking.
      *
@@ -4085,7 +4085,7 @@
  * 99% of the work done here is only done for
  * advertised installs. However this is where the
  * Icon table is processed and written out
- * so that is waht I am going to do here.
+ * so that is what I am going to do here.
  */
 static UINT ACTION_PublishProduct(MSIPACKAGE *package)
 {
Index: dlls/wininet/http.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/http.c,v
retrieving revision 1.67
diff -u -r1.67 http.c
--- dlls/wininet/http.c	15 Jul 2004 18:57:32 -0000	1.67
+++ dlls/wininet/http.c	16 Jul 2004 16:44:20 -0000
@@ -793,7 +793,7 @@
  *
  *   This function reconstructs the response header.  It takes an array
  *  of strings in the response buffer, and the count of those strings.
- *  A null pointer in the array represents a seperator.
+ *  A null pointer in the array represents a separator.
  *
  *  RETURNS:
  *    a buffer allocated and initialized with the reconstructed response
Index: include/mmsystem.h
===================================================================
RCS file: /var/cvs/wine/include/mmsystem.h,v
retrieving revision 1.71
diff -u -r1.71 mmsystem.h
--- include/mmsystem.h	31 Dec 2003 23:49:45 -0000	1.71
+++ include/mmsystem.h	11 Jul 2004 19:00:55 -0000
@@ -215,7 +215,7 @@


 LRESULT WINAPI DefDriverProc(DWORD_PTR,HDRVR,UINT,LPARAM,LPARAM);
-/* this sounds odd, but it's the way it is. OpenDriverA even disapeared
+/* this sounds odd, but it's the way it is. OpenDriverA even disappeared
  * from latest SDK
  */
 HDRVR 	WINAPI OpenDriverA(LPCSTR szDriverName, LPCSTR szSectionName,



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



More information about the wine-patches mailing list