Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri Jul 23 11:22:50 CDT 2004


Changelog:

 * dlls/msvcrt/mbcs.c
   dlls/ntdll/tests/rtl.c
   dlls/ole32/bindctx.c
   dlls/ole32/filemoniker.c
   dlls/shell32/classes.c
   dlls/shell32/shlfileop.c
   programs/wcmd/En.rc
   programs/wcmd/Ru.rc
   programs/wcmd/Si.rc

   Assorted spelling fixes



Index: dlls/msvcrt/mbcs.c
===================================================================
RCS file: /var/cvs/wine/dlls/msvcrt/mbcs.c,v
retrieving revision 1.28
diff -u -r1.28 mbcs.c
--- dlls/msvcrt/mbcs.c	25 Jun 2004 01:19:15 -0000	1.28
+++ dlls/msvcrt/mbcs.c	17 Jul 2004 23:04:41 -0000
@@ -607,7 +607,7 @@
      ((c >= 0x20 && c <=0x7e) ||(c >= 0xa1 && c <= 0xdf)))
   {
     /* FIXME: I can't get this function to return anything
-     * different to what I pass it...
+     * different from what I pass it...
      */
   }
   return c;  /* ASCII CP or no MB char */
Index: dlls/ntdll/tests/rtl.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/tests/rtl.c,v
retrieving revision 1.8
diff -u -r1.8 rtl.c
--- dlls/ntdll/tests/rtl.c	9 Feb 2004 22:07:43 -0000	1.8
+++ dlls/ntdll/tests/rtl.c	17 Jul 2004 23:02:34 -0000
@@ -495,7 +495,7 @@
  * 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].
+ * that this is different from what native documentation states [0..MAXLONG].
  * Expressed with D.H. Lehmer's 1948 algorithm it looks like:
  *
  * seed = (seed * const_1 + const_2) % MAXLONG;
Index: dlls/ole32/bindctx.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/bindctx.c,v
retrieving revision 1.23
diff -u -r1.23 bindctx.c
--- dlls/ole32/bindctx.c	11 Sep 2003 03:06:25 -0000	1.23
+++ dlls/ole32/bindctx.c	22 Jul 2004 00:08:36 -0000
@@ -269,7 +269,7 @@

     TRACE("(%p,%p)\n",This,punk);

-    /* check if the object was registred or not */
+    /* check if the object was registered or not */
     if (BindCtxImpl_GetObjectIndex(This,punk,NULL,&index)==S_FALSE)
         return MK_E_NOTBOUND;

Index: dlls/ole32/filemoniker.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/filemoniker.c,v
retrieving revision 1.34
diff -u -r1.34 filemoniker.c
--- dlls/ole32/filemoniker.c	21 May 2004 20:52:57 -0000	1.34
+++ dlls/ole32/filemoniker.c	22 Jul 2004 00:08:49 -0000
@@ -983,7 +983,7 @@

     res= IRunningObjectTable_GetTimeOfLastChange(rot,iface,pFileTime);

-    if (FAILED(res)){ /* the moniker is not registred */
+    if (FAILED(res)){ /* the moniker is not registered */

         if (!GetFileAttributesExW(This->filePathName,GetFileExInfoStandard,&info))
             return MK_E_NOOBJECT;
Index: dlls/shell32/classes.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/classes.c,v
retrieving revision 1.34
diff -u -r1.34 classes.c
--- dlls/shell32/classes.c	19 Apr 2004 20:12:14 -0000	1.34
+++ dlls/shell32/classes.c	22 Jul 2004 00:09:04 -0000
@@ -263,7 +263,7 @@
 /***************************************************************************************
 *	HCR_GetClassName	[internal]
 *
-* Gets the name of a registred class
+* Gets the name of a registered class
 */
 static const WCHAR swEmpty[] = {0};

Index: dlls/shell32/shlfileop.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shlfileop.c,v
retrieving revision 1.40
diff -u -r1.40 shlfileop.c
--- dlls/shell32/shlfileop.c	28 Jun 2004 20:32:53 -0000	1.40
+++ dlls/shell32/shlfileop.c	17 Jul 2004 23:04:02 -0000
@@ -1077,7 +1077,7 @@
                 goto shfileop_normal;
 	    }

-	    /* W98 Bug with FO_MOVE different to FO_COPY, better the same as FO_COPY */
+	    /* W98 Bug with FO_MOVE different from FO_COPY, better the same as FO_COPY */
 	    b_ToValid = ((b_SameTailName &&  b_SameRoot && (FO_COPY == FuncSwitch)) ||
                          (b_SameTailName && !b_SameRoot) || (b_ToInvalidTail));

Index: programs/wcmd/En.rc
===================================================================
RCS file: /var/cvs/wine/programs/wcmd/En.rc,v
retrieving revision 1.5
diff -u -r1.5 En.rc
--- programs/wcmd/En.rc	27 Oct 2003 22:02:37 -0000	1.5
+++ programs/wcmd/En.rc	17 Jul 2004 23:05:53 -0000
@@ -69,7 +69,7 @@
 batch file.\n\
 \n\
 The label which is the target of a GOTO may be up to 255 characters\n\
-long but may not include spaces (this is different to other operating\n\
+long but may not include spaces (this is different from other operating\n\
 systems). If two or more identical labels exist in a batch file the\n\
 first one will always be executed. Attempting to GOTO a non-existent\n\
 label terminates the batch file execution.\n\
Index: programs/wcmd/Ru.rc
===================================================================
RCS file: /var/cvs/wine/programs/wcmd/Ru.rc,v
retrieving revision 1.2
diff -u -r1.2 Ru.rc
--- programs/wcmd/Ru.rc	4 Oct 2003 04:21:19 -0000	1.2
+++ programs/wcmd/Ru.rc	17 Jul 2004 23:06:12 -0000
@@ -68,7 +68,7 @@
 batch file.\n\
 \n\
 The label which is the target of a GOTO may be up to 255 characters\n\
-long but may not include spaces (this is different to other operating\n\
+long but may not include spaces (this is different from other operating\n\
 systems). If two or more identical labels exist in a batch file the\n\
 first one will always be executed. Attempting to GOTO a non-existent\n\
 label terminates the batch file execution.\n\
Index: programs/wcmd/Si.rc
===================================================================
RCS file: /var/cvs/wine/programs/wcmd/Si.rc,v
retrieving revision 1.2
diff -u -r1.2 Si.rc
--- programs/wcmd/Si.rc	4 Oct 2003 04:21:19 -0000	1.2
+++ programs/wcmd/Si.rc	17 Jul 2004 23:06:21 -0000
@@ -69,7 +69,7 @@
 batch file.\n\
 \n\
 The label which is the target of a GOTO may be up to 255 characters\n\
-long but may not include spaces (this is different to other operating\n\
+long but may not include spaces (this is different from other operating\n\
 systems). If two or more identical labels exist in a batch file the\n\
 first one will always be executed. Attempting to GOTO a non-existent\n\
 label terminates the batch file execution.\n\



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  In a world without fences who needs Gates?



More information about the wine-patches mailing list