Assorted spelling fixes

Francois Gouget fgouget at free.fr
Wed Jan 26 06:27:49 CST 2005


Changelog:

  * dlls/comctl32/listview.c
    dlls/comctl32/toolbar.c
    dlls/dplayx/dplayx_global.c
    dlls/dplayx/dplobby.c
    dlls/msi/action.c
    dlls/msi/custom.c
    dlls/msi/format.c
    dlls/msi/table.c
    dlls/rsaenh/mpi.c
    dlls/shell32/shellord.c
    dlls/wininet/cookie.c
    dlls/wininet/http.c
    documentation/ole.sgml
    programs/winedbg/db_disasm.c
    tools/winapi/make_parser.pm

    Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                Dieu dit: "M-x Lumi\xE8re". Et la lumi\xE8re fut.
-------------- next part --------------
Index: dlls/comctl32/listview.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/listview.c,v
retrieving revision 1.401
diff -u -p -r1.401 listview.c
--- dlls/comctl32/listview.c	14 Jan 2005 16:21:41 -0000	1.401
+++ dlls/comctl32/listview.c	22 Jan 2005 23:47:25 -0000
@@ -4143,7 +4143,7 @@ static BOOL LISTVIEW_DeleteAllItems(LIST
 
     for (i = infoPtr->nItemCount - 1; i >= 0; i--)
     {
-        /* send LVN_DELETEITEM notification, if not supressed */
+        /* send LVN_DELETEITEM notification, if not suppressed */
 	if (!bSuppress) notify_deleteitem(infoPtr, i);
 	if (!(infoPtr->dwStyle & LVS_OWNERDATA))
 	{
Index: dlls/comctl32/toolbar.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/toolbar.c,v
retrieving revision 1.206
diff -u -p -r1.206 toolbar.c
--- dlls/comctl32/toolbar.c	24 Jan 2005 18:59:13 -0000	1.206
+++ dlls/comctl32/toolbar.c	25 Jan 2005 00:04:11 -0000
@@ -64,7 +64,7 @@
  *     enablebtn.exe, getbmp.exe, getbtn.exe, getflags.exe, hidebtn.exe,
  *     indetbtn.exe, insbtn.exe, pressbtn.exe, setbtnsz.exe, setcmdid.exe,
  *     setparnt.exe, setrows.exe, toolwnd.exe.
- *   - Microsofts controlspy examples.
+ *   - Microsoft's controlspy examples.
  *   - Charles Petzold's 'Programming Windows': gadgets.exe
  */
 
Index: dlls/dplayx/dplayx_global.c
===================================================================
RCS file: /var/cvs/wine/dlls/dplayx/dplayx_global.c,v
retrieving revision 1.23
diff -u -p -r1.23 dplayx_global.c
--- dlls/dplayx/dplayx_global.c	29 Sep 2003 20:12:05 -0000	1.23
+++ dlls/dplayx/dplayx_global.c	22 Jan 2005 23:18:46 -0000
@@ -1207,8 +1207,8 @@ BOOL DPLAYX_SetLobbyMsgThreadId( DWORD d
 
 /* NOTE: This is potentially not thread safe. You are not guaranteed to end up
          with the correct string printed in the case where the HRESULT is not
-         known. You'll just get the last hr passed in printed. This can change
-         over time if this method is used alot :) */
+         known. You will just get the last hr passed in. This can change
+         over time if this method is used a lot :) */
 LPCSTR DPLAYX_HresultToString(HRESULT hr)
 {
   static char szTempStr[12];
Index: dlls/dplayx/dplobby.c
===================================================================
RCS file: /var/cvs/wine/dlls/dplayx/dplobby.c,v
retrieving revision 1.38
diff -u -p -r1.38 dplobby.c
--- dlls/dplayx/dplobby.c	7 Jan 2005 15:40:09 -0000	1.38
+++ dlls/dplayx/dplobby.c	22 Jan 2005 23:19:25 -0000
@@ -70,9 +70,9 @@ BOOL DPL_CreateAndSetLobbyHandles( DWORD
 /*****************************************************************************
  * IDirectPlayLobby {1,2,3} implementation structure
  *
- * The philosophy behind this extra pointer derefernce is that I wanted to
+ * The philosophy behind this extra pointer dereference is that I wanted to
  * have the same structure for all types of objects without having to do
- * alot of casting. I also only wanted to implement an interface in the
+ * a lot of casting. I also only wanted to implement an interface in the
  * object it was "released" with IUnknown interface being implemented in the 1 version.
  * Of course, with these new interfaces comes the data required to keep the state required
  * by these interfaces. So, basically, the pointers contain the data associated with
Index: dlls/msi/action.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/action.c,v
retrieving revision 1.74
diff -u -p -r1.74 action.c
--- dlls/msi/action.c	25 Jan 2005 20:17:09 -0000	1.74
+++ dlls/msi/action.c	26 Jan 2005 12:00:02 -0000
@@ -1028,9 +1028,9 @@ end:
  *******************************************************/
 
 /* 
- * Alot of actions are really important even if they don't do anything
- * explicit.. Lots of properties are set at the beginning of the installation
- * CostFinalize does a bunch of work to translated the directories and such
+ * A lot of actions are really important even if they don't do anything
+ * explicit... Lots of properties are set at the beginning of the installation
+ * CostFinalize does a bunch of work to translate the directories and such
  * 
  * But until I get write access to the database that is hard, so I am going to
  * hack it to see if I can get something to run.
@@ -1430,13 +1430,13 @@ static void load_feature(MSIPACKAGE* pac
  * I am not doing any of the costing functionality yet. 
  * Mostly looking at doing the Component and Feature loading
  *
- * The native MSI does ALOT of modification to tables here. Mostly adding alot
- * of temporary columns to the Feature and Component tables. 
+ * The native MSI does A LOT of modification to tables here. Mostly adding
+ * a lot of temporary columns to the Feature and Component tables. 
  *
- *    note: native msi also tracks the short filename. but I am only going to
+ *    note: Native msi also tracks the short filename. But I am only going to
  *          track the long ones.  Also looking at this directory table
  *          it appears that the directory table does not get the parents
- *          resolved base on property only based on their entrys in the 
+ *          resolved base on property only based on their entries in the 
  *          directory table.
  */
 static UINT ACTION_CostInitialize(MSIPACKAGE *package)
@@ -1949,7 +1949,7 @@ static UINT SetFeatureStates(MSIPACKAGE 
 }
 
 /* 
- * Alot is done in this function aside from just the costing.
+ * A lot is done in this function aside from just the costing.
  * The costing needs to be implemented at some point but for now I am going
  * to focus on the directory building
  *
@@ -2817,7 +2817,7 @@ static UINT ACTION_DuplicateFiles(MSIPAC
 }
 
 
-/* OK this value is "interpretted" and then formatted based on the 
+/* OK this value is "interpreted" and then formatted based on the 
    first few characters */
 static LPSTR parse_value(MSIPACKAGE *package, WCHAR *value, DWORD *type, 
                          DWORD *size)
@@ -4270,7 +4270,7 @@ static UINT ACTION_PublishProduct(MSIPAC
     msiobj_release(&view->hdr);
 
 next:
-    /* ok there is alot more done here but i need to figure out what */
+    /* ok there is a lot more done here but i need to figure out what */
     productcode = load_dynamic_property(package,szProductCode,&rc);
     if (!productcode)
         return rc;
@@ -5197,8 +5197,8 @@ UINT WINAPI MsiSetTargetPathW(MSIHANDLE 
  *        MSIRUNMODE_REBOOTATEND       We need to reboot after installation completed
  *        MSIRUNMODE_REBOOTNOW         We need to reboot to continue the installation
  *        MSIRUNMODE_CABINET           Files from cabinet are installed
- *        MSIRUNMODE_SOURCESHORTNAMES  Long names in source files is supressed
- *        MSIRUNMODE_TARGETSHORTNAMES  Long names in destination files is supressed
+ *        MSIRUNMODE_SOURCESHORTNAMES  Long names in source files is suppressed
+ *        MSIRUNMODE_TARGETSHORTNAMES  Long names in destination files is suppressed
  *        MSIRUNMODE_RESERVED11        Reserved
  *        MSIRUNMODE_WINDOWS9X         Running under Windows95/98
  *        MSIRUNMODE_ZAWENABLED        Demand installation is supported
Index: dlls/msi/custom.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/custom.c,v
retrieving revision 1.1
diff -u -p -r1.1 custom.c
--- dlls/msi/custom.c	25 Jan 2005 20:17:09 -0000	1.1
+++ dlls/msi/custom.c	25 Jan 2005 23:26:03 -0000
@@ -364,8 +364,8 @@ static UINT process_handle(MSIPACKAGE* p
 
     if (!(type & 0x80))
     {
-        /* syncronous */
-        TRACE("Syncronous Execution of action %s\n",debugstr_w(Name));
+        /* synchronous */
+        TRACE("Synchronous Execution of action %s\n",debugstr_w(Name));
         if (ProcessHandle)
             WaitForSingleObject(ProcessHandle,INFINITE);
         else
@@ -385,8 +385,8 @@ static UINT process_handle(MSIPACKAGE* p
     }
     else 
     {
-        TRACE("Asyncronous Execution of action %s\n",debugstr_w(Name));
-        /* asyncronous */
+        TRACE("Asynchronous Execution of action %s\n",debugstr_w(Name));
+        /* asynchronous */
         if (type & 0x40)
         {
             if (ProcessHandle)
Index: dlls/msi/format.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/format.c,v
retrieving revision 1.1
diff -u -p -r1.1 format.c
--- dlls/msi/format.c	25 Jan 2005 20:17:09 -0000	1.1
+++ dlls/msi/format.c	25 Jan 2005 23:28:07 -0000
@@ -59,7 +59,7 @@ static const WCHAR* scanW(LPCWSTR buf, W
 }
 
 /*
- * This helper function should probably go alot of places
+ * This helper function should probably go a lot of places
  *
  * Thinking about this, maybe this should become yet another Bison file
  *
@@ -178,14 +178,14 @@ static DWORD deformat_string_internal(MS
             }
             else
             {
-                ERR("Unknown enviroment variable\n");
+                ERR("Unknown environment variable\n");
                 chunk = 0;
                 value = NULL;
                 rc = ERROR_FUNCTION_FAILED;
             }
             break;
         default:
-            /* check for numaric values */
+            /* check for numeric values */
             index = 0;
             while (isdigitW(key[index])) index++;
             if (key[index] == 0)
@@ -297,7 +297,7 @@ szResult, DWORD *sz)
         return ERROR_INVALID_HANDLE;
 
     original_len = *sz;
-    /* +1 just to make sure we have a buffer incase the len is 0 */
+    /* +1 just to make sure we have a buffer in case the len is 0 */
     szwResult = HeapAlloc(GetProcessHeap(),0,(original_len+1) * sizeof(WCHAR));
 
     rc = MSI_FormatRecordW(package, record, szwResult, sz);
Index: dlls/msi/table.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/table.c,v
retrieving revision 1.27
diff -u -p -r1.27 table.c
--- dlls/msi/table.c	20 Jan 2005 19:57:22 -0000	1.27
+++ dlls/msi/table.c	22 Jan 2005 23:42:01 -0000
@@ -408,7 +408,7 @@ UINT read_table_from_storage( MSIDATABAS
 
     TRACE("%s\n",debugstr_w(name));
 
-    /* non-existing tables should be interpretted as empty tables */
+    /* non-existing tables should be interpreted as empty tables */
     t = HeapAlloc( GetProcessHeap(), 0, 
                    sizeof (MSITABLE) + lstrlenW(name)*sizeof (WCHAR) );
     if( !t )
Index: dlls/rsaenh/mpi.c
===================================================================
RCS file: /var/cvs/wine/dlls/rsaenh/mpi.c,v
retrieving revision 1.3
diff -u -p -r1.3 mpi.c
--- dlls/rsaenh/mpi.c	3 Jan 2005 14:25:12 -0000	1.3
+++ dlls/rsaenh/mpi.c	22 Jan 2005 23:39:00 -0000
@@ -1493,7 +1493,7 @@ mp_exch (mp_int * a, mp_int * b)
 
 /* this is a shell function that calls either the normal or Montgomery
  * exptmod functions.  Originally the call to the montgomery code was
- * embedded in the normal function but that wasted alot of stack space
+ * embedded in the normal function but that wasted a lot of stack space
  * for nothing (since 99% of the time the Montgomery code would be called)
  */
 int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y)
@@ -2629,7 +2629,7 @@ mp_mod_d (mp_int * a, mp_digit b, mp_dig
  * shifts with subtractions when the result is greater than b.
  *
  * The method is slightly modified to shift B unconditionally upto just under
- * the leading bit of b.  This saves alot of multiple precision shifting.
+ * the leading bit of b.  This saves a lot of multiple precision shifting.
  */
 int mp_montgomery_calc_normalization (mp_int * a, mp_int * b)
 {
Index: dlls/shell32/shellord.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shellord.c,v
retrieving revision 1.130
diff -u -p -r1.130 shellord.c
--- dlls/shell32/shellord.c	3 Jan 2005 20:26:06 -0000	1.130
+++ dlls/shell32/shellord.c	26 Jan 2005 11:59:51 -0000
@@ -673,7 +673,7 @@ void WINAPI SHAddToRecentDocs (UINT uFla
     if (ret == ERROR_SUCCESS) {
 	if (!( (type == REG_DWORD) ||
 	       ((type == REG_BINARY) && (datalen == 4)) )) {
-	    ERR("Error policy data for \"NoRecentDocsHistory\" not formated correctly, type=%ld, len=%ld\n",
+	    ERR("Error policy data for \"NoRecentDocsHistory\" not formatted correctly, type=%ld, len=%ld\n",
 		type, datalen);
 	    return;
 	}
Index: dlls/wininet/cookie.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/cookie.c,v
retrieving revision 1.12
diff -u -p -r1.12 cookie.c
--- dlls/wininet/cookie.c	23 Dec 2004 20:31:56 -0000	1.12
+++ dlls/wininet/cookie.c	22 Jan 2005 23:39:18 -0000
@@ -49,7 +49,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(wininet);
 /* FIXME
  *     Cookies are currently memory only.
  *     Cookies are NOT THREAD SAFE
- *     Cookies could use ALOT OF MEMORY. We need some kind of memory management here!
+ *     Cookies could use A LOT OF MEMORY. We need some kind of memory management here!
  *     Cookies should care about the expiry time
  */
 
Index: dlls/wininet/http.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/http.c,v
retrieving revision 1.92
diff -u -p -r1.92 http.c
--- dlls/wininet/http.c	25 Jan 2005 16:43:17 -0000	1.92
+++ dlls/wininet/http.c	25 Jan 2005 21:45:44 -0000
@@ -2057,7 +2057,7 @@ BOOL HTTP_GetResponseHeaders(LPWININETHT
         {
             LPWSTR * pFieldAndValue;
 
-            TRACE("got line %s, now interpretting\n", debugstr_a(bufferA));
+            TRACE("got line %s, now interpreting\n", debugstr_a(bufferA));
             MultiByteToWideChar( CP_ACP, 0, bufferA, buflen, buffer, MAX_REPLY_LEN );
 
             while (cchRawHeaders + buflen + strlenW(szCrLf) > cchMaxRawHeaders)
Index: documentation/ole.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/ole.sgml,v
retrieving revision 1.9
diff -u -p -r1.9 ole.sgml
--- documentation/ole.sgml	11 Jan 2005 10:43:43 -0000	1.9
+++ documentation/ole.sgml	11 Jan 2005 16:46:15 -0000
@@ -624,7 +624,7 @@ static ICOM_VTABLE(IDirect3D) d3dvt = {
           DCOM is theoretically an internet RFC <ulink
                                                    url="http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm">[2]</ulink> and is
           specced out, but in reality the only implementation of it apart from
-          ours is Microsofts, and as a result there are lots of interfaces
+          ours is Microsoft's, and as a result there are lots of interfaces
           which <emphasis>can</emphasis> be used if you want to customize or
           control DCOM but in practice are badly documented or not documented at
           all, or exist mostly as interfaces between MIDL generated code and COM
Index: programs/winedbg/db_disasm.c
===================================================================
RCS file: /var/cvs/wine/programs/winedbg/db_disasm.c,v
retrieving revision 1.4
diff -u -p -r1.4 db_disasm.c
--- programs/winedbg/db_disasm.c	4 Jun 2004 00:59:16 -0000	1.4
+++ programs/winedbg/db_disasm.c	22 Jan 2005 23:43:07 -0000
@@ -1330,7 +1330,7 @@ void be_i386_disasm_one_insn(ADDRESS *ad
 	struct i_addr	address;
 
 	/*
-	 * Set this so we get can supress the printout if we need to.
+	 * Set this so we get can suppress the printout if we need to.
 	 */
 	db_display = display;
         switch (addr->Mode)
@@ -1760,7 +1760,7 @@ void be_i386_disasm_one_insn(ADDRESS *ad
 		case Dl:
 		    if (size == WORD) {
 			get_value_inc(displ, addr, 2, TRUE);
-			/* Offsetset only affects low 16 bits */
+			/* Offset only affects low 16 bits */
 		        displ = (addr->Offset & 0xffff0000)
 			      | ((addr->Offset + displ) & 0xffff);
 		    }
Index: tools/winapi/make_parser.pm
===================================================================
RCS file: /var/cvs/wine/tools/winapi/make_parser.pm,v
retrieving revision 1.11
diff -u -p -r1.11 make_parser.pm
--- tools/winapi/make_parser.pm	26 Oct 2004 00:12:21 -0000	1.11
+++ tools/winapi/make_parser.pm	22 Jan 2005 23:45:00 -0000
@@ -292,7 +292,7 @@ sub gcc_output($$) {
     if(s/^(\d+):\s+//) {
 	$line = $1;
 	if(s/^warning:\s+//) {
-	    my $supress = 0;
+	    my $suppress = 0;
 
 	    if(0) {
 		# Nothing
@@ -306,77 +306,77 @@ sub gcc_output($$) {
 		   HRASCONN|HRGN|HRSRC|HWAVEIN|HWAVEOUT|HWINSTA|HWND|
 		   SC_HANDLE|WSAEVENT|handle_t|pointer)$/x)
 		{
-		    $supress = 1;
+		    $suppress = 1;
 		} else {
-		    $supress = 0;
+		    $suppress = 0;
 		}
 	    } elsif(/^\(near initialization for \`(.*?)\'\)$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^\`(.*?)\' defined but not used$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^\`(.*?)\' is not at beginning of declaration$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^\`%x\' yields only last 2 digits of year in some locales$/) {
-		$supress = 1;
+		$suppress = 1;
 	    } elsif(/^assignment makes integer from pointer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^assignment makes pointer from integer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^assignment from incompatible pointer type$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^cast from pointer to integer of different size$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^comparison between pointer and integer$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^comparison between signed and unsigned$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^comparison of unsigned expression < 0 is always false$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^comparison of unsigned expression >= 0 is always true$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^conflicting types for built-in function \`(.*?)\'$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^empty body in an if-statement$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^empty body in an else-statement$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^implicit declaration of function \`(.*?)\'$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^initialization from incompatible pointer type$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^initialization makes pointer from integer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^missing initializer$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^ordered comparison of pointer with integer zero$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^passing arg (\d+) of (?:pointer to function|\`(\S+)\') from incompatible pointer type$/) {
 		my $arg = $1;
 		my $name = $2;
 		if(defined($name) && $name =~ /^GDI_AllocObject$/) {
-		    $supress = 1;
+		    $suppress = 1;
 		} else {
-		    $supress = 0;
+		    $suppress = 0;
 		}
 	    } elsif(/^passing arg (\d+) of (?:pointer to function|\`(\S+)\') makes integer from pointer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^passing arg (\d+) of (?:pointer to function|\`(\S+)\') makes pointer from integer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^return makes integer from pointer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^return makes pointer from integer without a cast$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^type of \`(.*?)\' defaults to \`(.*?)\'$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(/^unused variable \`(.*?)\'$/) {
-		$supress = 0;
+		$suppress = 0;
 	    } elsif(!$options->pedantic) {
-		$supress = 0;
+		$suppress = 0;
 	    } else {
 		error("gcc_output");
 	    }
 
-	    if(!$supress) {
+	    if(!$suppress) {
 		if($function) {
 		    $message = "function $function: warning: $_";
 		} else {


More information about the wine-patches mailing list