Typos

Francois Gouget fgouget at free.fr
Tue Jun 3 10:46:54 CDT 2003


Just your irregularly scheduled typo-fix patch.

Changelog:

 * controls/edit.c,
   dlls/setupapi/queue.c,
   documentation/debugging.sgml,
   files/profile.c,
   memory/global.c,
   programs/rpcss/rpcss_main.c

   Fix some typos.


Index: controls/edit.c
===================================================================
RCS file: /home/wine/wine/controls/edit.c,v
retrieving revision 1.117
diff -u -r1.117 edit.c
--- controls/edit.c	19 May 2003 21:40:31 -0000	1.117
+++ controls/edit.c	3 Jun 2003 15:38:42 -0000
@@ -348,7 +348,7 @@
  *         get_app_version
  *
  * Returns the window version in case Wine emulates a later version
- * of windows then the application expects.
+ * of windows than the application expects.
  *
  * In a number of cases when windows runs an application that was
  * designed for an earlier windows version, windows reverts
Index: dlls/setupapi/queue.c
===================================================================
RCS file: /home/wine/wine/dlls/setupapi/queue.c,v
retrieving revision 1.5
diff -u -r1.5 queue.c
--- dlls/setupapi/queue.c	19 May 2003 18:52:16 -0000	1.5
+++ dlls/setupapi/queue.c	3 Jun 2003 15:38:56 -0000
@@ -959,13 +959,13 @@

         /*
          * This is sort of an interesting workaround. You see, calling
-         * GetVersionInfoSize on a builtin dll loads that dll into memory.
+         * GetVersionInfoSize on a builtin dll loads that dll into memory
          * and we do not properly unload builtin dlls.. so we effectively
          * lock into memory all the targets we are replacing. This leads
          * to problems when we try to register the replaced dlls.
          *
-         * So I will test for the existance of the files first so that
-         * we just basically unconditionally replace the builtin versions
+         * So I will test for the existence of the files first so that
+         * we just basically unconditionally replace the builtin versions.
          */
         if ((GetFileAttributesW(target) != INVALID_FILE_ATTRIBUTES) &&
             (GetFileAttributesW(source) != INVALID_FILE_ATTRIBUTES))
Index: documentation/debugging.sgml
===================================================================
RCS file: /home/wine/wine/documentation/debugging.sgml,v
retrieving revision 1.8
diff -u -r1.8 debugging.sgml
--- documentation/debugging.sgml	19 Apr 2003 02:50:57 -0000	1.8
+++ documentation/debugging.sgml	3 Jun 2003 15:39:08 -0000
@@ -137,7 +137,7 @@
         </programlisting>
 	</para>
 	<para>
-	  I rare situations there is a need to output to more then one
+	  In rare situations there is a need to output to more than one
 	  debug channel per file. In such cases, you need to declare
 	  all the additional channels at the top of the file, and
 	  use the _-version of the debugging macros:
Index: files/profile.c
===================================================================
RCS file: /home/wine/wine/files/profile.c,v
retrieving revision 1.86
diff -u -r1.86 profile.c
--- files/profile.c	30 Mar 2003 01:35:07 -0000	1.86
+++ files/profile.c	3 Jun 2003 15:39:10 -0000
@@ -422,9 +422,10 @@

             while (*key)
             {
-                /* If create_always is FALSE then we check if the keyname already exists.
-                 * Otherwise we add it regardless of its existence, to allow
-                 * keys to be added more then once in some cases.
+                /* If create_always is FALSE then we check if the keyname
+                 * already exists. Otherwise we add it regardless of its
+                 * existence, to allow keys to be added more than once in
+                 * some cases.
                  */
                 if(!create_always)
                 {
Index: memory/global.c
===================================================================
RCS file: /home/wine/wine/memory/global.c,v
retrieving revision 1.82
diff -u -r1.82 global.c
--- memory/global.c	20 May 2003 19:18:57 -0000	1.82
+++ memory/global.c	3 Jun 2003 15:39:15 -0000
@@ -1060,7 +1060,7 @@
 #define POINTER_TO_HANDLE(p) (*(((HGLOBAL *)(p))-2))
 #define ISHANDLE(h)          (((ULONG_PTR)(h)&2)!=0)
 #define ISPOINTER(h)         (((ULONG_PTR)(h)&2)==0)
-/* allign the storage needed for the HGLOBAL on an 8byte boundary thus
+/* align the storage needed for the HGLOBAL on an 8byte boundary thus
  * GlobalAlloc/GlobalReAlloc'ing with GMEM_MOVEABLE of memory with
  * size = 8*k, where k=1,2,3,... alloc's exactly the given size.
  * The Minolta DiMAGE Image Viewer heavily relies on this, corrupting
Index: programs/rpcss/rpcss_main.c
===================================================================
RCS file: /home/wine/wine/programs/rpcss/rpcss_main.c,v
retrieving revision 1.4
diff -u -r1.4 rpcss_main.c
--- programs/rpcss/rpcss_main.c	13 May 2003 00:41:58 -0000	1.4
+++ programs/rpcss/rpcss_main.c	3 Jun 2003 15:39:15 -0000
@@ -79,7 +79,7 @@
 {
   /* FIXME: this max ensures that no caller will decrease our wait time,
      but could have other bad results.  fix: Store "next_max_lazy_timeout"
-     and install it as neccesary next time we "do work"? */
+     and install it as necessary next time we "do work"? */
   max_lazy_timeout = max(RPCSS_GetLazyTimeRemaining(), mlt);
 }



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  Dieu dit: "M-x Lumière". Et la lumière fut.





More information about the wine-patches mailing list