Assorted spelling fixes

Francois Gouget fgouget at free.fr
Sat Feb 7 15:17:50 CST 2004


Changelog:

 * dlls/comctl32/rebar.c
   dlls/d3d8/device.c
   dlls/kernel/tests/thread.c
   dlls/msvcrt/cpp.c
   dlls/msvidc32/msvideo1.c
   dlls/ntdll/tests/rtl.c
   dlls/oleaut32/typelib2.c
   dlls/shdocvw/classinfo.c
   dlls/uxtheme/stylemap.c
   dlls/wininet/ftp.c
   dlls/wininet/http.c
   dlls/wininet/internet.c
   dlls/x11drv/xim.c
   documentation/bugs.sgml
   documentation/faq.sgml
   documentation/getting.sgml
   documentation/installing.sgml
   programs/winedbg/elf.c
   programs/winefile/winefile.c

   Assorted spelling and case fixes.


Index: dlls/comctl32/rebar.c
===================================================================
RCS file: /home/cvs/wine/dlls/comctl32/rebar.c,v
retrieving revision 1.82
diff -u -r1.82 rebar.c
--- dlls/comctl32/rebar.c	23 Jan 2004 22:51:42 -0000	1.82
+++ dlls/comctl32/rebar.c	5 Feb 2004 14:04:04 -0000
@@ -3443,7 +3443,7 @@
     /* save one to be moved */
     memcpy (&holder, &oldBands[uFrom], sizeof(REBAR_BAND));

-    /* close up rest of bands (psuedo delete) */
+    /* close up rest of bands (pseudo delete) */
     if (uFrom < infoPtr->uNumBands - 1) {
 	memcpy (&oldBands[uFrom], &oldBands[uFrom+1],
 		(infoPtr->uNumBands - uFrom - 1) * sizeof(REBAR_BAND));
Index: dlls/d3d8/device.c
===================================================================
RCS file: /home/cvs/wine/dlls/d3d8/device.c,v
retrieving revision 1.94
diff -u -r1.94 device.c
--- dlls/d3d8/device.c	6 Jan 2004 22:08:34 -0000	1.94
+++ dlls/d3d8/device.c	6 Feb 2004 12:45:10 -0000
@@ -1741,7 +1741,7 @@
     object = This->StateBlock->lights;
     while (object != NULL && object->OriginalIndex != Index) object = object->next;

-    /* If we didnt find it in the list of lights, time to add it */
+    /* If we didn't find it in the list of lights, time to add it */
     if (object == NULL) {
         PLIGHTINFOEL *insertAt,*prevPos;

Index: dlls/kernel/tests/thread.c
===================================================================
RCS file: /home/cvs/wine/dlls/kernel/tests/thread.c,v
retrieving revision 1.13
diff -u -r1.13 thread.c
--- dlls/kernel/tests/thread.c	6 Feb 2004 05:24:34 -0000	1.13
+++ dlls/kernel/tests/thread.c	6 Feb 2004 11:40:37 -0000
@@ -367,7 +367,7 @@
 #endif
 }

-/* Check whether setting/retreiving thread priorities works */
+/* Check whether setting/retrieving thread priorities works */
 VOID test_thread_priority()
 {
    HANDLE curthread,access_thread;
Index: dlls/msvcrt/cpp.c
===================================================================
RCS file: /home/cvs/wine/dlls/msvcrt/cpp.c,v
retrieving revision 1.16
diff -u -r1.16 cpp.c
--- dlls/msvcrt/cpp.c	6 Oct 2003 21:10:44 -0000	1.16
+++ dlls/msvcrt/cpp.c	19 Jan 2004 11:28:29 -0000
@@ -1162,7 +1162,7 @@

   /* To cast an object at runtime:
    * 1.Find out the true type of the object from the typeinfo at vtable[-1]
-   * 2.Search for the destination type in the class heirachy
+   * 2.Search for the destination type in the class hierarchy
    * 3.If destination type is found, return base object address + dest offset
    *   Otherwise, fail the cast
    */
Index: dlls/msvidc32/msvideo1.c
===================================================================
RCS file: /home/cvs/wine/dlls/msvidc32/msvideo1.c,v
retrieving revision 1.1
diff -u -r1.1 msvideo1.c
--- dlls/msvidc32/msvideo1.c	23 Jan 2004 05:00:37 -0000	1.1
+++ dlls/msvidc32/msvideo1.c	23 Jan 2004 13:39:50 -0000
@@ -2,7 +2,7 @@
  * Microsoft Video-1 Decoder
  * Copyright (C) 2003 the ffmpeg project
  *
- * Portions Copyright (C) 2004 Mike McCormack for Codeweavers
+ * Portions Copyright (C) 2004 Mike McCormack for CodeWeavers
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
Index: dlls/ntdll/tests/rtl.c
===================================================================
RCS file: /home/cvs/wine/dlls/ntdll/tests/rtl.c,v
retrieving revision 1.7
diff -u -r1.7 rtl.c
--- dlls/ntdll/tests/rtl.c	7 Feb 2004 01:03:17 -0000	1.7
+++ dlls/ntdll/tests/rtl.c	7 Feb 2004 13:14:47 -0000
@@ -492,7 +492,7 @@
  * Now comes the funny part:
  * It took me one weekend, to find the complicated algorithm and one day more,
  * to find the simplified algorithm. Several weeks later I found out: The value
- * MAXLONG (=0x7fffffff) is never returned, neighter with the native function
+ * MAXLONG (=0x7fffffff) is never returned, neither with the native function
  * nor with the simplified algorithm. In reality the native function and our
  * function return a random number distributed over [0..MAXLONG-1]. Note
  * that this is different to what native documentation states [0..MAXLONG].
Index: dlls/oleaut32/typelib2.c
===================================================================
RCS file: /home/cvs/wine/dlls/oleaut32/typelib2.c,v
retrieving revision 1.6
diff -u -r1.6 typelib2.c
--- dlls/oleaut32/typelib2.c	3 Feb 2004 21:26:00 -0000	1.6
+++ dlls/oleaut32/typelib2.c	4 Feb 2004 17:14:12 -0000
@@ -274,7 +274,7 @@
 static int ctl2_encode_name(
 	ICreateTypeLib2Impl *This, /* [I] The typelib to operate against (used for LCID only). */
 	WCHAR *name,               /* [I] The name string to encode. */
-	char **result)             /* [O] A pointer to a pointer to recieve the encoded name. */
+	char **result)             /* [O] A pointer to a pointer to receive the encoded name. */
 {
     int length;
     static char converted_name[0x104];
@@ -318,7 +318,7 @@
 static int ctl2_encode_string(
 	ICreateTypeLib2Impl *This, /* [I] The typelib to operate against (not used?). */
 	WCHAR *string,             /* [I] The string to encode. */
-	char **result)             /* [O] A pointer to a pointer to recieve the encoded string. */
+	char **result)             /* [O] A pointer to a pointer to receive the encoded string. */
 {
     int length;
     static char converted_string[0x104];
Index: dlls/shdocvw/classinfo.c
===================================================================
RCS file: /home/cvs/wine/dlls/shdocvw/classinfo.c,v
retrieving revision 1.8
diff -u -r1.8 classinfo.c
--- dlls/shdocvw/classinfo.c	5 Sep 2003 23:08:31 -0000	1.8
+++ dlls/shdocvw/classinfo.c	19 Jan 2004 11:52:56 -0000
@@ -128,7 +128,7 @@

 /* Get the IID for generic default event callbacks.  This IID will
  * in theory be used to later query for an IConnectionPoint to connect
- * an event sink (callback implmentation in the OLE control site)
+ * an event sink (callback implementation in the OLE control site)
  * to this control.
 */
 static HRESULT WINAPI WBPCI2_GetGUID(LPPROVIDECLASSINFO2 iface,
Index: dlls/uxtheme/stylemap.c
===================================================================
RCS file: /home/cvs/wine/dlls/uxtheme/stylemap.c,v
retrieving revision 1.3
diff -u -r1.3 stylemap.c
--- dlls/uxtheme/stylemap.c	23 Jan 2004 04:34:02 -0000	1.3
+++ dlls/uxtheme/stylemap.c	23 Jan 2004 06:40:59 -0000
@@ -330,7 +330,7 @@
  * If StateID == 0 then its a part being defined
  */

-/* These are globals to all classes, but its treated as a seperate class */
+/* These are globals to all classes, but its treated as a separate class */
 static const MSSTYLES_CLASS_MAP classGlobals[] = {
     {GP_BORDER,0,{'B','O','R','D','E','R','\0'}},
     {GP_BORDER,BSS_FLAT,{'F','L','A','T','\0'}},
Index: dlls/wininet/ftp.c
===================================================================
RCS file: /home/cvs/wine/dlls/wininet/ftp.c,v
retrieving revision 1.35
diff -u -r1.35 ftp.c
--- dlls/wininet/ftp.c	7 Feb 2004 01:03:41 -0000	1.35
+++ dlls/wininet/ftp.c	7 Feb 2004 17:33:32 -0000
@@ -2,7 +2,7 @@
  * WININET - Ftp implementation
  *
  * Copyright 1999 Corel Corporation
- * Copyright 2004 Mike McCormack for Codeweavers
+ * Copyright 2004 Mike McCormack for CodeWeavers
  *
  * Ulrich Czekalla
  * Noureddine Jemmali
Index: dlls/wininet/http.c
===================================================================
RCS file: /home/cvs/wine/dlls/wininet/http.c,v
retrieving revision 1.45
diff -u -r1.45 http.c
--- dlls/wininet/http.c	7 Feb 2004 01:03:41 -0000	1.45
+++ dlls/wininet/http.c	7 Feb 2004 17:33:49 -0000
@@ -4,7 +4,7 @@
  * Copyright 1999 Corel Corporation
  * Copyright 2002 CodeWeavers Inc.
  * Copyright 2002 TransGaming Technologies Inc.
- * Copyright 2004 Mike McCormack for Codeweavers
+ * Copyright 2004 Mike McCormack for CodeWeavers
  *
  * Ulrich Czekalla
  * Aric Stewart
Index: dlls/wininet/internet.c
===================================================================
RCS file: /home/cvs/wine/dlls/wininet/internet.c,v
retrieving revision 1.75
diff -u -r1.75 internet.c
--- dlls/wininet/internet.c	7 Feb 2004 01:03:41 -0000	1.75
+++ dlls/wininet/internet.c	7 Feb 2004 17:33:40 -0000
@@ -5,7 +5,7 @@
  * Copyright 2002 CodeWeavers Inc.
  * Copyright 2002 Jaco Greeff
  * Copyright 2002 TransGaming Technologies Inc.
- * Copyright 2004 Mike McCormack for Codeweavers
+ * Copyright 2004 Mike McCormack for CodeWeavers
  *
  * Ulrich Czekalla
  * Aric Stewart
Index: dlls/x11drv/xim.c
===================================================================
RCS file: /home/cvs/wine/dlls/x11drv/xim.c,v
retrieving revision 1.1
diff -u -r1.1 xim.c
--- dlls/x11drv/xim.c	21 Jan 2004 02:22:26 -0000	1.1
+++ dlls/x11drv/xim.c	23 Jan 2004 16:46:53 -0000
@@ -43,7 +43,7 @@
 static XIMStyle ximStyle = 0;
 static XIMStyle ximStyleRoot = 0;

-/* moved here from imm32 for dll seperation */
+/* moved here from imm32 for dll separation */
 static DWORD dwCompStringLength = 0;
 static LPBYTE CompositionString = NULL;
 static DWORD dwCompStringSize = 0;
Index: documentation/bugs.sgml
===================================================================
RCS file: /home/cvs/wine/documentation/bugs.sgml,v
retrieving revision 1.18
diff -u -r1.18 bugs.sgml
--- documentation/bugs.sgml	23 Jan 2004 20:49:05 -0000	1.18
+++ documentation/bugs.sgml	24 Jan 2004 00:21:46 -0000
@@ -189,7 +189,7 @@
 	  </listitem>
 	  <listitem>
 	    <para>
-		If you have a program that needs the Visual Basic Runtime Enviroment,
+		If you have a program that needs the Visual Basic Runtime Environment,
 		you can download it from
 		<ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&amp;DisplayLang=en/">this Microsoft site</ulink>
 	    </para>
Index: documentation/faq.sgml
===================================================================
RCS file: /home/cvs/wine/documentation/faq.sgml,v
retrieving revision 1.27
diff -u -r1.27 faq.sgml
--- documentation/faq.sgml	26 Nov 2003 03:55:01 -0000	1.27
+++ documentation/faq.sgml	24 Jan 2004 12:27:47 -0000
@@ -1558,7 +1558,7 @@

       <qandaentry>
       <question id="Can-I-use-Wine-with-other-Linux-Distros">
-        <para>Can I use Wine with SuSE, Peanut or other Linux Distro's?</para>
+        <para>Can I use Wine with SUSE, Peanut or other Linux Distro's?</para>
       </question>
       <answer>
         <para>
Index: documentation/getting.sgml
===================================================================
RCS file: /home/cvs/wine/documentation/getting.sgml,v
retrieving revision 1.21
diff -u -r1.21 getting.sgml
--- documentation/getting.sgml	18 Jan 2004 22:12:41 -0000	1.21
+++ documentation/getting.sgml	24 Jan 2004 12:27:07 -0000
@@ -175,7 +175,7 @@
           Often a package will only work on the distribution which it
 	  has been compiled for.  We'll cover
           <link linkend="getting-dist-debian">Debian Linux</link>,
-          <link linkend="getting-dist-linux">Red Hat, Mandrake, SuSE and Slackware Linux</link>,
+          <link linkend="getting-dist-linux">Red Hat, Mandrake, SUSE and Slackware Linux</link>,
           <link linkend="getting-freebsd">FreeBSD</link>, and
           <link linkend="getting-other">other</link> distributions.
         </para>
@@ -261,10 +261,10 @@
       </sect2>

       <sect2 id="getting-dist-linux">
-        <title>Linux Red Hat, Mandrake, SuSE, and Slackware</title>
+        <title>Linux Red Hat, Mandrake, SUSE, and Slackware</title>

         <para>
-          Red Hat, Mandrake, SuSE and Slackware users can download
+          Red Hat, Mandrake, SUSE and Slackware users can download
 	  a wine binary from the
           <ulink url="http://sourceforge.net/project/showfiles.php?group_id=6241">
           sourceforge.net Wine download page</ulink>
Index: documentation/installing.sgml
===================================================================
RCS file: /home/cvs/wine/documentation/installing.sgml,v
retrieving revision 1.14
diff -u -r1.14 installing.sgml
--- documentation/installing.sgml	23 Jan 2004 01:45:27 -0000	1.14
+++ documentation/installing.sgml	24 Jan 2004 12:23:18 -0000
@@ -86,7 +86,7 @@
         </para>
       </sect2>
       <sect2>
-        <title>Linux Red Hat, Mandrake, Suse and other distributions using RPM</title>
+        <title>Linux Red Hat, Mandrake, SUSE and other distributions using RPM</title>

         <para>
 	  Most distributions provide a graphical tool for installing
Index: programs/winedbg/elf.c
===================================================================
RCS file: /home/cvs/wine/programs/winedbg/elf.c,v
retrieving revision 1.3
diff -u -r1.3 elf.c
--- programs/winedbg/elf.c	6 Feb 2004 05:22:14 -0000	1.3
+++ programs/winedbg/elf.c	6 Feb 2004 12:44:47 -0000
@@ -549,7 +549,7 @@

     /* All binaries are loaded with WINELOADER (if run from tree) or by the
      * main executable (either wine-kthread or wine-pthread)
-     * Note: the heuristic use to know wether we need to load wine-pthread or
+     * Note: the heuristic used to know whether we need to load wine-pthread or
      * wine-kthread is not 100% safe
      */
     elf_info->flags |= ELF_INFO_DEBUG_HEADER;
Index: programs/winefile/winefile.c
===================================================================
RCS file: /home/cvs/wine/programs/winefile/winefile.c,v
retrieving revision 1.14
diff -u -r1.14 winefile.c
--- programs/winefile/winefile.c	12 Dec 2003 04:11:25 -0000	1.14
+++ programs/winefile/winefile.c	17 Jan 2004 14:47:06 -0000
@@ -2816,7 +2816,7 @@
 			RECT clnt;
 			GetClientRect(pane->hwnd, &clnt);

-			/* move immediate to simulate HDS_FULLDRAG (for now [04/2000] not realy needed with WINELIB) */
+			/* move immediate to simulate HDS_FULLDRAG (for now [04/2000] not really needed with WINELIB) */
 			Header_SetItem(pane->hwndHeader, idx, phdn->pitem);

 			pane->widths[idx] += dx;


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
               RFC 2549: ftp://ftp.isi.edu/in-notes/rfc2549.txt
                IP over Avian Carriers with Quality of Service



More information about the wine-patches mailing list