Some spelling fixes

Francois Gouget fgouget at free.fr
Mon Sep 29 10:33:40 CDT 2003


Changelog:

  * dlls/dplayx/dplaysp.c,
    dlls/dplayx/dplayx_messages.c,
    dlls/imm32/imm.c,
    dlls/kernel/lcformat.c,
    dlls/kernel/tests/comm.c,
    dlls/kernel/tests/locale.c,
    dlls/oleaut32/dispatch.c,
    dlls/shell32/pidl.c,
    dlls/shell32/shlfolder.c,
    documentation/README.it,
    documentation/cvs-regression.sgml,
    documentation/debugging.sgml

    Some spelling fixes.
    Fix the case of WineHQ.


Index: dlls/dplayx/dplaysp.c
===================================================================
RCS file: /home/cvs/wine/dlls/dplayx/dplaysp.c,v
retrieving revision 1.12
diff -u -r1.12 dplaysp.c
--- dlls/dplayx/dplaysp.c	10 Apr 2003 18:17:35 -0000	1.12
+++ dlls/dplayx/dplaysp.c	13 Sep 2003 11:31:37 -0000
@@ -459,7 +459,7 @@
   wCommandId = lpMsg->wCommandId;
   wVersion   = lpMsg->wVersion;

-  TRACE( "Incomming message has envelope of 0x%08lx, %u, %u\n",
+  TRACE( "Incoming message has envelope of 0x%08lx, %u, %u\n",
          lpMsg->dwMagic, wCommandId, wVersion );

   if( lpMsg->dwMagic != DPMSGMAGIC_DPLAYMSG )
Index: dlls/dplayx/dplayx_messages.c
===================================================================
RCS file: /home/cvs/wine/dlls/dplayx/dplayx_messages.c,v
retrieving revision 1.13
diff -u -r1.13 dplayx_messages.c
--- dlls/dplayx/dplayx_messages.c	27 Sep 2003 02:23:44 -0000	1.13
+++ dlls/dplayx/dplayx_messages.c	27 Sep 2003 12:09:26 -0000
@@ -419,7 +419,7 @@
   return DP_MSG_CleanReplyStruct( &replyStructList, lplpReplyMsg, lpdwMsgBodySize );
 }

-/* Determine if there is a matching request for this incomming message and then copy
+/* Determine if there is a matching request for this incoming message and then copy
  * all important data. It is quite silly to have to copy the message, but the documents
  * indicate that a copy is taken. Silly really.
  */
Index: dlls/imm32/imm.c
===================================================================
RCS file: /home/cvs/wine/dlls/imm32/imm.c,v
retrieving revision 1.26
diff -u -r1.26 imm.c
--- dlls/imm32/imm.c	8 Sep 2003 19:38:49 -0000	1.26
+++ dlls/imm32/imm.c	13 Sep 2003 11:31:50 -0000
@@ -1024,7 +1024,7 @@
 static LRESULT WINAPI IME_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
                                           LPARAM lParam)
 {
-    TRACE("Incomming Message 0x%x  (0x%08x, 0x%08x)\n", uMsg, (UINT)wParam,
+    TRACE("Incoming Message 0x%x  (0x%08x, 0x%08x)\n", uMsg, (UINT)wParam,
            (UINT)lParam);

     switch(uMsg)
Index: dlls/kernel/lcformat.c
===================================================================
RCS file: /home/cvs/wine/dlls/kernel/lcformat.c,v
retrieving revision 1.3
diff -u -r1.3 lcformat.c
--- dlls/kernel/lcformat.c	17 Sep 2003 22:39:51 -0000	1.3
+++ dlls/kernel/lcformat.c	22 Sep 2003 08:51:46 -0000
@@ -1053,7 +1053,7 @@
   {
     if (dwState & NF_ISREAL)
     {
-      while (*szSrc != '.') /* Don't write any decimals or a seperator */
+      while (*szSrc != '.') /* Don't write any decimals or a separator */
       {
         if (*szSrc >= '5' || (*szSrc == '4' && (dwState & NF_ROUND)))
           dwState |= NF_ROUND;
@@ -1110,7 +1110,7 @@
     }

     while (lpszDec >= lpFormat->lpDecimalSep)
-      *szOut-- = *lpszDec--; /* Write decimal seperator */
+      *szOut-- = *lpszDec--; /* Write decimal separator */
   }

   dwGroupCount = lpFormat->Grouping == 32 ? 3 : lpFormat->Grouping;
@@ -1437,7 +1437,7 @@
   {
     if (dwState & NF_ISREAL)
     {
-      while (*szSrc != '.') /* Don't write any decimals or a seperator */
+      while (*szSrc != '.') /* Don't write any decimals or a separator */
       {
         if (*szSrc >= '5' || (*szSrc == '4' && (dwState & NF_ROUND)))
           dwState |= NF_ROUND;
@@ -1493,7 +1493,7 @@
       szSrc--; /* Skip '.' */
     }
     while (lpszDec >= lpFormat->lpDecimalSep)
-      *szOut-- = *lpszDec--; /* Write decimal seperator */
+      *szOut-- = *lpszDec--; /* Write decimal separator */
   }

   dwGroupCount = lpFormat->Grouping;
Index: dlls/kernel/tests/comm.c
===================================================================
RCS file: /home/cvs/wine/dlls/kernel/tests/comm.c,v
retrieving revision 1.1
diff -u -r1.1 comm.c
--- dlls/kernel/tests/comm.c	15 Sep 2003 20:00:54 -0000	1.1
+++ dlls/kernel/tests/comm.c	22 Sep 2003 08:52:28 -0000
@@ -447,7 +447,7 @@

 	if(ptest->result)
 	{
-		/* For the idsr=xxx paramater, NT sets fDsrSensitivity, 9x sets
+		/* For the idsr=xxx parameter, NT sets fDsrSensitivity, 9x sets
 		   fOutxDsrFlow. */
 		if(!ptest->old_style)
 		{
Index: dlls/kernel/tests/locale.c
===================================================================
RCS file: /home/cvs/wine/dlls/kernel/tests/locale.c,v
retrieving revision 1.19
diff -u -r1.19 locale.c
--- dlls/kernel/tests/locale.c	24 Sep 2003 18:52:39 -0000	1.19
+++ dlls/kernel/tests/locale.c	25 Sep 2003 22:03:42 -0000
@@ -436,7 +436,7 @@
   ret = GetCurrencyFormatA(lcid, NUO, input, NULL, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;

-  format.NumDigits = 0; /* No decimal seperator */
+  format.NumDigits = 0; /* No decimal separator */
   format.LeadingZero = 0;
   format.Grouping = 0;  /* No grouping char */
   format.NegativeOrder = 0;
@@ -449,7 +449,7 @@
   ret = GetCurrencyFormatA(lcid, 0, input, &format, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;

-  format.NumDigits = 1; /* 1 DP --> Expect decimal seperator */
+  format.NumDigits = 1; /* 1 DP --> Expect decimal separator */
   STRINGSA("2353","$2353.0");
   ret = GetCurrencyFormatA(lcid, 0, input, &format, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;
@@ -633,7 +633,7 @@
   ret = GetNumberFormatA(lcid, NUO, input, NULL, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;

-  format.NumDigits = 0; /* No decimal seperator */
+  format.NumDigits = 0; /* No decimal separator */
   format.LeadingZero = 0;
   format.Grouping = 0;  /* No grouping char */
   format.NegativeOrder = 0;
@@ -644,7 +644,7 @@
   ret = GetNumberFormatA(lcid, 0, input, &format, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;

-  format.NumDigits = 1; /* 1 DP --> Expect decimal seperator */
+  format.NumDigits = 1; /* 1 DP --> Expect decimal separator */
   STRINGSA("2353","2353.0");
   ret = GetNumberFormatA(lcid, 0, input, &format, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;
Index: dlls/oleaut32/dispatch.c
===================================================================
RCS file: /home/cvs/wine/dlls/oleaut32/dispatch.c,v
retrieving revision 1.15
diff -u -r1.15 dispatch.c
--- dlls/oleaut32/dispatch.c	5 Sep 2003 23:08:33 -0000	1.15
+++ dlls/oleaut32/dispatch.c	22 Sep 2003 09:28:03 -0000
@@ -220,7 +220,7 @@
  *  Method, property and parameter names can be localised. The details required to
  *  map names to methods and parameters are collected in a type library, usually
  *  output by an IDL compiler using the objects IDL description. This information is
- *  accessable programatically through the ITypeLib interface (for a type library),
+ *  accessible programatically through the ITypeLib interface (for a type library),
  *  and the ITypeInfo interface (for an object within the type library). Type information
  *  can also be created at run-time using CreateDispTypeInfo().
  *
Index: dlls/shell32/pidl.c
===================================================================
RCS file: /home/cvs/wine/dlls/shell32/pidl.c,v
retrieving revision 1.91
diff -u -r1.91 pidl.c
--- dlls/shell32/pidl.c	25 Sep 2003 20:26:28 -0000	1.91
+++ dlls/shell32/pidl.c	25 Sep 2003 22:03:58 -0000
@@ -939,7 +939,7 @@
  *  IShellFolder uses that FileSystem Bind Data object of the BindContext
  *  to pass data about the current path element to the next object. This
  *  is used to avoid having to verify the current path element on disk, so
- *  that creating an ItemIDList from a non existing path still can work.
+ *  that creating an ItemIDList from a non-existent path still can work.
  */
 static HRESULT WINAPI _ILParsePathW(LPCWSTR path, LPWIN32_FIND_DATAW lpFindFile,
                              BOOL bBindCtx, LPITEMIDLIST *ppidl, LPDWORD prgfInOut)
@@ -986,7 +986,7 @@
  * SHSimpleIDListFromPath    [SHELL32.162]
  *
  * Creates a simple ItemIDList from a path and returns it. This function
- * does not fail on non-existing paths.
+ * does not fail on non-existent paths.
  *
  * PARAMS
  *  path         [I]   path to parse and convert into an ItemIDList
Index: dlls/shell32/shlfolder.c
===================================================================
RCS file: /home/cvs/wine/dlls/shell32/shlfolder.c,v
retrieving revision 1.84
diff -u -r1.84 shlfolder.c
--- dlls/shell32/shlfolder.c	15 Sep 2003 22:16:41 -0000	1.84
+++ dlls/shell32/shlfolder.c	18 Sep 2003 18:46:37 -0000
@@ -139,7 +139,7 @@
  *	SHELL32_CoCreateInitSF
  *
  * Creates a shell folder and initializes it with a pidl via IPersistFolder.
- * This function is meant for virtual forders not backed by a file system
+ * This function is meant for virtual folders not backed by a file system
  * folder.
  */
 HRESULT SHELL32_CoCreateInitSF (LPCITEMIDLIST pidlRoot,
@@ -173,7 +173,7 @@
  *
  * Creates a shell folder and initializes it with a pidl and a root folder
  * via IPersistFolder3.
- * This function is meant for virtual forders backed by a file system
+ * This function is meant for virtual folders backed by a file system
  * folder.
  *
  * NOTES
Index: documentation/README.it
===================================================================
RCS file: /home/cvs/wine/documentation/README.it,v
retrieving revision 1.2
diff -u -r1.2 README.it
--- documentation/README.it	8 Sep 2003 19:38:45 -0000	1.2
+++ documentation/README.it	13 Sep 2003 10:47:52 -0000
@@ -206,7 +206,7 @@
 7. DOCUMENTAZIONE

 Puoi trovare della documentazione (diverse guide per Wine etc.) nella directory
-documentation/ (a parte quelle disponibili su Winehq).
+documentation/ (a parte quelle disponibili su WineHQ).

 Se vuoi processare i file SGML, puoi eseguire "make doc" nella directory
 documentation/.
@@ -235,7 +235,7 @@
 sui bug a comp.emulators.ms-windows.wine. Per favore leggi il file
 documentation/bugs.sgml per verificare quali informazioni sono richieste.

-IRC: Aiuto online è disponibile nel canale #Winehq su irc.freenode.net.
+IRC: Aiuto online è disponibile nel canale #WineHQ su irc.freenode.net.

 CVS: Il tree di sviluppo corrente di wine e' disponibile in CVS. Visita
 http://www.winehq.com/cvs per altre informazioni.
Index: documentation/cvs-regression.sgml
===================================================================
RCS file: /home/cvs/wine/documentation/cvs-regression.sgml,v
retrieving revision 1.9
diff -u -r1.9 cvs-regression.sgml
--- documentation/cvs-regression.sgml	25 Sep 2003 20:24:16 -0000	1.9
+++ documentation/cvs-regression.sgml	25 Sep 2003 22:04:09 -0000
@@ -50,7 +50,7 @@
         <para>
           Note also that it is possible to do all this with a direct
           CVS connection, of course. The full CVS file method is less
-          painful for the Winehq CVS server and probably a bit faster
+          painful for the WineHQ CVS server and probably a bit faster
           if you don't have a very good net connection.
         </para>
         <note>
Index: documentation/debugging.sgml
===================================================================
RCS file: /home/cvs/wine/documentation/debugging.sgml,v
retrieving revision 1.12
diff -u -r1.12 debugging.sgml
--- documentation/debugging.sgml	22 Sep 2003 21:14:23 -0000	1.12
+++ documentation/debugging.sgml	29 Sep 2003 15:21:03 -0000
@@ -29,7 +29,7 @@
         <para>
 	  A debugging class categorizes a message based on the severity
 	  of the reported problem. There is a fixed set of classes, and
-	  you must carefuly choose the appropriate one for your messages.
+	  you must carefully choose the appropriate one for your messages.
           There are five classes of messages:
         </para>
         <variablelist>



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                Linux: It is now safe to turn on your computer.





More information about the wine-patches mailing list