Weekly spelling fixes

Francois Gouget fgouget at free.fr
Mon Oct 27 20:21:36 CST 2003


Changelog:

 * dlls/comctl32/toolbar.c,
   dlls/kernel/tests/locale.c,
   dlls/oleaut32/variant.c,
   dlls/user/tests/input.c,
   include/tmschema.h,
   libs/unicode/cpmap.pl,
   programs/regapi/regapi.c,
   programs/regedit/regproc.c,
   tools/winapi/winapi_check_options.pm,
   tools/winapi_check/winapi_check

   Weekly spelling fixes



Index: dlls/comctl32/toolbar.c
===================================================================
RCS file: /home/cvs/wine/dlls/comctl32/toolbar.c,v
retrieving revision 1.140
diff -u -r1.140 toolbar.c
--- dlls/comctl32/toolbar.c	22 Sep 2003 21:32:33 -0000	1.140
+++ dlls/comctl32/toolbar.c	28 Oct 2003 02:10:45 -0000
@@ -5483,7 +5483,7 @@
       *  According to testing V4.71 of COMCTL32 returns the
       *  *previous* status of the redraw flag (either 0 or 1)
       *  instead of the MSDN documented value of 0 if handled.
-      *  (For laughs see the "consistancy" with same function
+      *  (For laughs see the "consistency" with same function
       *   in rebar.)
       *
       *****************************************************/
Index: dlls/kernel/tests/locale.c
===================================================================
RCS file: /home/cvs/wine/dlls/kernel/tests/locale.c,v
retrieving revision 1.21
diff -u -r1.21 locale.c
--- dlls/kernel/tests/locale.c	24 Oct 2003 00:26:18 -0000	1.21
+++ dlls/kernel/tests/locale.c	28 Oct 2003 02:13:13 -0000
@@ -1272,7 +1272,7 @@
       0x2789, /* No inverted Patterned circled */
       '\0'    /* Terminator */
   };
-  /* Compatability conversion results */
+  /* Compatibility conversion results */
   static const WCHAR compat_F900_FA2F[256+48] =
   {
       0x8c48, 0x66f4, 0x8eca, 0x8cc8, 0x6ed1, 0x4e32, 0x53e5, 0x9f9c,
Index: dlls/oleaut32/variant.c
===================================================================
RCS file: /home/cvs/wine/dlls/oleaut32/variant.c,v
retrieving revision 1.73
diff -u -r1.73 variant.c
--- dlls/oleaut32/variant.c	6 Oct 2003 21:08:31 -0000	1.73
+++ dlls/oleaut32/variant.c	19 Oct 2003 18:42:10 -0000
@@ -4645,7 +4645,7 @@
 HRESULT WINAPI VarNumFromParseNum(NUMPARSE *pNumprs, BYTE *rgbDig,
                                   ULONG dwVtBits, VARIANT *pVarDst)
 {
-  /* Scale factors and limits for double arithmatic */
+  /* Scale factors and limits for double arithmetics */
   static const double dblMultipliers[11] = {
     1.0, 10.0, 100.0, 1000.0, 10000.0, 100000.0,
     1000000.0, 10000000.0, 100000000.0, 1000000000.0, 10000000000.0
Index: dlls/user/tests/input.c
===================================================================
RCS file: /home/cvs/wine/dlls/user/tests/input.c,v
retrieving revision 1.1
diff -u -r1.1 input.c
--- dlls/user/tests/input.c	28 Oct 2003 00:18:40 -0000	1.1
+++ dlls/user/tests/input.c	28 Oct 2003 02:13:38 -0000
@@ -39,7 +39,7 @@
  * 4. resolve the win9x case when there is a need or the testing frame work
  *    offers a nice way.
  * 5. The test app creates a window, the user should not take the focus
- *    away during its short existance. I could do something to prevent that
+ *    away during its short existence. I could do something to prevent that
  *    if it is a problem.
  *
  */
Index: include/tmschema.h
===================================================================
RCS file: /home/cvs/wine/include/tmschema.h,v
retrieving revision 1.2
diff -u -r1.2 tmschema.h
--- include/tmschema.h	6 Oct 2003 21:04:27 -0000	1.2
+++ include/tmschema.h	19 Oct 2003 18:43:48 -0000
@@ -564,7 +564,7 @@

 /* MENUBAND parts */
 #define MDP_NEWAPPBUTTON 1
-/* sepErator isn't a typo, as per microsofts headers */
+/* MDP_SEPERATOR isn't a typo, as per Microsoft's headers */
 #define MDP_SEPERATOR    2

 /* MENUBAND NEWAPPBUTTON states */
Index: libs/unicode/cpmap.pl
===================================================================
RCS file: /home/cvs/wine/libs/unicode/cpmap.pl,v
retrieving revision 1.5
diff -u -r1.5 cpmap.pl
--- libs/unicode/cpmap.pl	15 Oct 2003 02:32:34 -0000	1.5
+++ libs/unicode/cpmap.pl	19 Oct 2003 18:39:53 -0000
@@ -296,7 +296,7 @@
             # decomposition of the form "<foo> 1234" -> use char if type is known
             if (($src >= 0xf900 && $src < 0xfb00) || ($src >= 0xfe30 && $src < 0xfffd))
             {
-                # Single char decomposition in the compatability range
+                # Single char decomposition in the compatibility range
                 $compatmap_table[$src] = hex $2;
             }
             next unless ($1 eq "font" ||
@@ -329,7 +329,7 @@
             elsif ($decomp =~ /^(<[a-z]+>\s)*([0-9a-fA-F]+)$/ &&
                    (($src >= 0xf900 && $src < 0xfb00) || ($src >= 0xfe30 && $src < 0xfffd)))
             {
-                # Single char decomposition in the compatability range
+                # Single char decomposition in the compatibility range
                 $compatmap_table[$src] = hex $2;
             }
         }
Index: programs/regapi/regapi.c
===================================================================
RCS file: /home/cvs/wine/programs/regapi/regapi.c,v
retrieving revision 1.22
diff -u -r1.22 regapi.c
--- programs/regapi/regapi.c	15 Oct 2003 20:50:56 -0000	1.22
+++ programs/regapi/regapi.c	19 Oct 2003 23:47:57 -0000
@@ -624,7 +624,7 @@
 {
   LPSTR argv[SET_VALUE_MAX_ARGS];  /* args storage    */

-  LPSTR token         = NULL;      /* current token analized */
+  LPSTR token         = NULL;      /* current token analyzed */
   ULONG argCounter    = 0;         /* counter of args */
   INT   counter;
   HRESULT hRes = 0;
@@ -672,7 +672,7 @@
 static void processQueryValue(LPSTR cmdline)
 {
   LPSTR   argv[QUERY_VALUE_MAX_ARGS];/* args storage    */
-  LPSTR   token      = NULL;         /* current token analized */
+  LPSTR   token      = NULL;         /* current token analyzed */
   ULONG   argCounter = 0;            /* counter of args */
   INT     counter;
   HRESULT hRes       = 0;
@@ -995,7 +995,7 @@
  */
 int PASCAL WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
 {
-  LPSTR  token          = NULL;  /* current token analized */
+  LPSTR  token          = NULL;  /* current token analyzed */
   LPSTR  stdInput       = NULL;  /* line read from stdin */
   INT    cmdIndex       = -1;    /* index of the command in array */
   LPSTR nextLine        = NULL;
@@ -1082,7 +1082,7 @@
     }

     /*
-     * We process every lines even the NULL (last) line, to indicate the
+     * We process every line, even the NULL (last) line, to indicate the
      * end of the processing to the specific process.
      */
     commandAPIs[cmdIndex](stdInput);
Index: programs/regedit/regproc.c
===================================================================
RCS file: /home/cvs/wine/programs/regedit/regproc.c,v
retrieving revision 1.8
diff -u -r1.8 regproc.c
--- programs/regedit/regproc.c	7 Aug 2003 03:10:13 -0000	1.8
+++ programs/regedit/regproc.c	19 Oct 2003 23:44:00 -0000
@@ -776,7 +776,7 @@
   exit(1);
 #if 0
   LPSTR   argv[QUERY_VALUE_MAX_ARGS];/* args storage    */
-  LPSTR   token      = NULL;         /* current token analized */
+  LPSTR   token      = NULL;         /* current token analyzed */
   ULONG   argCounter = 0;            /* counter of args */
   INT     counter;
   HRESULT hRes       = 0;
Index: tools/winapi/winapi_check_options.pm
===================================================================
RCS file: /home/cvs/wine/tools/winapi/winapi_check_options.pm,v
retrieving revision 1.6
diff -u -r1.6 winapi_check_options.pm
--- tools/winapi/winapi_check_options.pm	27 Nov 2002 20:11:10 -0000	1.6
+++ tools/winapi/winapi_check_options.pm	28 Oct 2003 02:10:22 -0000
@@ -44,8 +44,8 @@
     "shared" =>  { default => 0, description => "show shared functions between Win16 and Win32" },
     "shared-segmented" =>  { default => 0, description => "segmented shared functions between Win16 and Win32 checking" },

-    "config" => { default => 1, parent => "local", description => "check configuration include consistancy" },
-    "config-unnessary" => { default => 0, parent => "config", description => "check for unnessary #include \"config.h\"" },
+    "config" => { default => 1, parent => "local", description => "check configuration include consistency" },
+    "config-unnecessary" => { default => 0, parent => "config", description => "check for unnecessary #include \"config.h\"" },

     "spec-mismatch" => { default => 0, description => "spec file mismatch checking" },

Index: tools/winapi_check/winapi_check
===================================================================
RCS file: /home/cvs/wine/tools/winapi_check/winapi_check,v
retrieving revision 1.63
diff -u -r1.63 winapi_check
--- tools/winapi_check/winapi_check	8 Aug 2003 21:04:17 -0000	1.63
+++ tools/winapi_check/winapi_check	19 Oct 2003 18:40:53 -0000
@@ -663,7 +663,7 @@
 	preprocessor_found => $found_preprocessor
     });

-    if($options->config_unnessary) {
+    if($options->config_unnecessary) {
 	if($config && $conditional == 0) {
 	    $output->write("$file: include2info config.h but do not use any conditionals\n");
 	}




-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     f u kn rd ts, ur wy 2 gky 4 ur wn gd.



More information about the wine-patches mailing list