Assorted spelling fixes

Francois Gouget fgouget at free.fr
Wed Mar 30 08:26:08 CST 2005


Changelog:

  * dlls/comctl32/syslink.c
    dlls/gdi/palette.c
    dlls/kernel/comm.c
    dlls/msi/dialog.c
    dlls/ntdll/rtlstr.c
    dlls/ole32/compobj.c
    dlls/ole32/tests/marshal.c
    dlls/oleaut32/typelib.h
    dlls/rpcrt4/rpc_binding.c
    dlls/rsaenh/mpi.c
    dlls/shell32/shfldr_unixfs.c
    dlls/wininet/internet.c
    dlls/winsock/tests/sock.c
    dlls/x11drv/xfont.c
    programs/regedit/regproc.c
    tools/widl/typelib_struct.h

    Assorted spelling fixes


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                           "Utilisateur" (nom commun) :
        Mot utilis\xE9 par les informaticiens en lieu et place d'"idiot".
-------------- next part --------------
Index: dlls/comctl32/syslink.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/syslink.c,v
retrieving revision 1.11
diff -u -p -r1.11 syslink.c
--- dlls/comctl32/syslink.c	25 Mar 2005 20:49:00 -0000	1.11
+++ dlls/comctl32/syslink.c	29 Mar 2005 09:05:47 -0000
@@ -476,7 +476,7 @@ CheckParameter:
 
     if(linktext != NULL && linklen > 0)
     {
-        /* we got a unclosed link, just display the text */
+        /* we got an unclosed link, just display the text */
         Last = SYSLINK_AppendDocItem(infoPtr, linktext, linklen, slText, Last);
         if(Last == NULL)
         {
Index: dlls/gdi/palette.c
===================================================================
RCS file: /var/cvs/wine/dlls/gdi/palette.c,v
retrieving revision 1.6
diff -u -p -r1.6 palette.c
--- dlls/gdi/palette.c	24 Mar 2005 21:01:38 -0000	1.6
+++ dlls/gdi/palette.c	29 Mar 2005 09:06:07 -0000
@@ -186,7 +186,7 @@ HPALETTE WINAPI CreatePalette(
  *    Failure: 0
  *
  * FIXME: This simply creates the halftone palette derived from running
- *        tests on an windows NT machine. this is assuming a color depth
+ *        tests on a windows NT machine. This is assuming a color depth
  *        of greater that 256 color. On a 256 color device the halftone
  *        palette will be different and this function will be incorrect
  */
Index: dlls/kernel/comm.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/comm.c,v
retrieving revision 1.90
diff -u -p -r1.90 comm.c
--- dlls/kernel/comm.c	24 Mar 2005 21:01:38 -0000	1.90
+++ dlls/kernel/comm.c	29 Mar 2005 09:06:09 -0000
@@ -635,7 +635,7 @@ BOOL WINAPI BuildCommDCBAndTimeoutsW(
  *
  * RETURNS
  *
- *  True on success, false on an malformed control string.
+ *  True on success, false on a malformed control string.
  */
 BOOL WINAPI BuildCommDCBW(
     LPCWSTR devid, /* [in] The unicode device control string. */
Index: dlls/msi/dialog.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/dialog.c,v
retrieving revision 1.10
diff -u -p -r1.10 dialog.c
--- dlls/msi/dialog.c	28 Mar 2005 14:17:52 -0000	1.10
+++ dlls/msi/dialog.c	29 Mar 2005 09:06:27 -0000
@@ -393,7 +393,7 @@ static UINT msi_dialog_pathedit_control(
     return msi_dialog_edit_control( dialog, rec );
 }
 
-/* radio buttons are a bit different to a normal control */
+/* radio buttons are a bit different from normal controls */
 static UINT msi_dialog_create_radiobutton( MSIRECORD *rec, LPVOID param )
 {
     radio_button_group_descr *group = (radio_button_group_descr *)param;
Index: dlls/ntdll/rtlstr.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/rtlstr.c,v
retrieving revision 1.47
diff -u -p -r1.47 rtlstr.c
--- dlls/ntdll/rtlstr.c	25 Feb 2005 14:07:57 -0000	1.47
+++ dlls/ntdll/rtlstr.c	21 Mar 2005 12:22:04 -0000
@@ -1343,7 +1343,7 @@ NTSTATUS WINAPI RtlAppendStringToString(
 /**************************************************************************
  *      RtlAppendUnicodeToString   (NTDLL.@)
  *
- * Concatenates an buffered unicode string and a '\0' terminated unicode 
+ * Concatenates a buffered unicode string and a '\0' terminated unicode 
  * string
  *
  * RETURNS
Index: dlls/ole32/compobj.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/compobj.c,v
retrieving revision 1.148
diff -u -p -r1.148 compobj.c
--- dlls/ole32/compobj.c	29 Mar 2005 13:06:57 -0000	1.148
+++ dlls/ole32/compobj.c	29 Mar 2005 20:40:16 -0000
@@ -1144,7 +1144,7 @@ HRESULT WINAPI CLSIDFromProgID(LPCOLESTR
  *
  * We only search the registry, not ids registered with
  * CoRegisterPSClsid.
- * Also, native returns S_OK for interfaces with an key in HKCR\Interface, but
+ * Also, native returns S_OK for interfaces with a key in HKCR\Interface, but
  * without a ProxyStubClsid32 key and leaves garbage in pclsid. This should be
  * considered a bug in native unless an application depends on this (unlikely).
  */
Index: dlls/ole32/tests/marshal.c
===================================================================
RCS file: /var/cvs/wine/dlls/ole32/tests/marshal.c,v
retrieving revision 1.20
diff -u -p -r1.20 marshal.c
--- dlls/ole32/tests/marshal.c	22 Mar 2005 18:26:06 -0000	1.20
+++ dlls/ole32/tests/marshal.c	22 Mar 2005 23:55:40 -0000
@@ -343,7 +343,7 @@ static void test_normal_marshal_and_unma
     ok_no_locks();
 }
 
-/* tests failure case of a unmarshaling an freed object */
+/* tests failure case of unmarshaling a freed object */
 static void test_marshal_and_unmarshal_invalid()
 {
     HRESULT hr;
Index: dlls/oleaut32/typelib.h
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/typelib.h,v
retrieving revision 1.18
diff -u -p -r1.18 typelib.h
--- dlls/oleaut32/typelib.h	13 Mar 2004 19:24:58 -0000	1.18
+++ dlls/oleaut32/typelib.h	21 Mar 2005 12:37:31 -0000
@@ -169,7 +169,7 @@ typedef struct tagMSFT_ImpInfo {
 /* function description data */
 typedef struct {
 /*  INT   recsize;       record size including some xtra stuff */
-    INT   DataType;     /* data type of the memeber, eg return of function */
+    INT   DataType;     /* data type of the member, eg return of function */
     INT   Flags;        /* something to do with attribute flags (LOWORD) */
 #ifdef WORDS_BIGENDIAN
     INT16 funcdescsize; /* size of reconstituted FUNCDESC and related structs */
@@ -184,7 +184,7 @@ typedef struct {
                         /* bit 3 that parameter has default values */
                         /* calling convention (bits 4-7 ) */
                         /* bit 8 indicates that custom data is present */
-                        /* Invokation kind (bits 9-12 ) */
+                        /* Invocation kind (bits 9-12 ) */
                         /* function kind (eg virtual), bits 13-15  */
 #ifdef WORDS_BIGENDIAN
     INT16 nroargs;      /* nr of optional arguments */
Index: dlls/rpcrt4/rpc_binding.c
===================================================================
RCS file: /var/cvs/wine/dlls/rpcrt4/rpc_binding.c,v
retrieving revision 1.35
diff -u -p -r1.35 rpc_binding.c
--- dlls/rpcrt4/rpc_binding.c	14 Mar 2005 10:11:04 -0000	1.35
+++ dlls/rpcrt4/rpc_binding.c	21 Mar 2005 12:23:04 -0000
@@ -453,7 +453,7 @@ RPC_STATUS RPCRT4_OpenBinding(RpcBinding
     RPCRT4_DestroyConnection(Binding->FromConn);
     Binding->FromConn = NULL;
   } else {
-    /* we already have an connection with acceptable binding, so use it */
+    /* we already have a connection with acceptable binding, so use it */
     if (Binding->FromConn) {
       *Connection = Binding->FromConn;
       return RPC_S_OK;
Index: dlls/rsaenh/mpi.c
===================================================================
RCS file: /var/cvs/wine/dlls/rsaenh/mpi.c,v
retrieving revision 1.4
diff -u -p -r1.4 mpi.c
--- dlls/rsaenh/mpi.c	26 Jan 2005 21:09:05 -0000	1.4
+++ dlls/rsaenh/mpi.c	21 Mar 2005 12:16:33 -0000
@@ -3329,7 +3329,7 @@ error:
    return err;
 }
 
-/* reads a unsigned char array, assumes the msb is stored first [big endian] */
+/* reads an unsigned char array, assumes the msb is stored first [big endian] */
 int
 mp_read_unsigned_bin (mp_int * a, unsigned char *b, int c)
 {
Index: dlls/shell32/shfldr_unixfs.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shfldr_unixfs.c,v
retrieving revision 1.1
diff -u -p -r1.1 shfldr_unixfs.c
--- dlls/shell32/shfldr_unixfs.c	9 Mar 2005 16:41:17 -0000	1.1
+++ dlls/shell32/shfldr_unixfs.c	21 Mar 2005 12:24:47 -0000
@@ -160,10 +160,10 @@ static BOOL UNIXFS_pidl_to_path(LPCITEMI
 /******************************************************************************
  * UNIXFS_build_subfolder_pidls [Internal]
  *
- * Builds an array of subfolder PIDLs relativ to an unix directory
+ * Builds an array of subfolder PIDLs relative to a unix directory
  *
  * PARAMS
- *  path   [I] Name of an unix directory as an zero terminated ascii string
+ *  path   [I] Name of a unix directory as a zero terminated ascii string
  *  apidl  [O] The array of PIDLs
  *  pCount [O] Size of apidl
  *
Index: dlls/wininet/internet.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/internet.c,v
retrieving revision 1.117
diff -u -p -r1.117 internet.c
--- dlls/wininet/internet.c	28 Mar 2005 14:58:52 -0000	1.117
+++ dlls/wininet/internet.c	29 Mar 2005 09:07:32 -0000
@@ -3103,7 +3103,7 @@ BOOL WINAPI InternetAutodial(DWORD dwFla
 /***********************************************************************
  *           InternetAutodialHangup
  *
- * Hangs up an connection made with InternetAutodial
+ * Hangs up a connection made with InternetAutodial
  *
  * PARAM
  *    dwReserved
Index: dlls/winsock/tests/sock.c
===================================================================
RCS file: /var/cvs/wine/dlls/winsock/tests/sock.c,v
retrieving revision 1.20
diff -u -p -r1.20 sock.c
--- dlls/winsock/tests/sock.c	21 Mar 2005 11:21:31 -0000	1.20
+++ dlls/winsock/tests/sock.c	22 Mar 2005 22:48:26 -0000
@@ -1008,7 +1008,7 @@ static void WINAPI do_getservbyname( HAN
     for ( i = 0; i < NUM_QUERIES / 2; i++ ) {
         for ( j = 0; j < 2; j++ ) {
             pserv[j] = getservbyname ( serv[j].name, serv[j].proto );
-            ok ( pserv[j] != NULL, "getservbyname could not retreive information for %s: %d\n", serv[j].name, WSAGetLastError() );
+            ok ( pserv[j] != NULL, "getservbyname could not retrieve information for %s: %d\n", serv[j].name, WSAGetLastError() );
             ok ( pserv[j]->s_port == htons(serv[j].port), "getservbyname returned the wrong port for %s: %d\n", serv[j].name, ntohs(pserv[j]->s_port) );
             ok ( !strcmp ( pserv[j]->s_proto, serv[j].proto ), "getservbyname returned the wrong protocol for %s: %s\n", serv[j].name, pserv[j]->s_proto );
             ok ( !strcmp ( pserv[j]->s_name, serv[j].name ), "getservbyname returned the wrong name for %s: %s\n", serv[j].name, pserv[j]->s_name );
Index: dlls/x11drv/xfont.c
===================================================================
RCS file: /var/cvs/wine/dlls/x11drv/xfont.c,v
retrieving revision 1.16
diff -u -p -r1.16 xfont.c
--- dlls/x11drv/xfont.c	24 Mar 2005 21:01:35 -0000	1.16
+++ dlls/x11drv/xfont.c	29 Mar 2005 09:07:46 -0000
@@ -2097,7 +2097,7 @@ static int XFONT_BuildMetrics(char** x_p
 	{
 	    LFD lfd1;
 	    char pxl_string[4], res_string[4];
-	    /* set scalable font height to get an basis for extrapolation */
+	    /* set scalable font height to get a basis for extrapolation */
 
 	    fi->lfd_height = DEF_SCALABLE_HEIGHT;
 	    fi->lfd_resolution = res;
Index: programs/regedit/regproc.c
===================================================================
RCS file: /var/cvs/wine/programs/regedit/regproc.c,v
retrieving revision 1.18
diff -u -p -r1.18 regproc.c
--- programs/regedit/regproc.c	28 Mar 2005 14:17:51 -0000	1.18
+++ programs/regedit/regproc.c	29 Mar 2005 09:08:12 -0000
@@ -578,7 +578,7 @@ void closeKey()
 void doSetValue(LPSTR stdInput)
 {
     /*
-     * We encoutered the end of the file, make sure we
+     * We encountered the end of the file, make sure we
      * close the opened key and exit
      */
     if (stdInput == NULL) {
@@ -616,7 +616,7 @@ void doSetValue(LPSTR stdInput)
 void doQueryValue(LPSTR stdInput)
 {
     /*
-     * We encoutered the end of the file, make sure we
+     * We encountered the end of the file, make sure we
      * close the opened key and exit
      */
     if (stdInput == NULL) {
Index: tools/widl/typelib_struct.h
===================================================================
RCS file: /var/cvs/wine/tools/widl/typelib_struct.h,v
retrieving revision 1.6
diff -u -p -r1.6 typelib_struct.h
--- tools/widl/typelib_struct.h	8 Feb 2005 12:09:42 -0000	1.6
+++ tools/widl/typelib_struct.h	21 Mar 2005 12:37:16 -0000
@@ -165,7 +165,7 @@ typedef struct tagMSFT_ImpInfo {
 /* function description data */
 typedef struct {
 /*  INT   recsize;       record size including some xtra stuff */
-    INT   DataType;     /* data type of the memeber, eg return of function */
+    INT   DataType;     /* data type of the member, eg return of function */
     INT   Flags;        /* something to do with attribute flags (LOWORD) */
 #ifdef WORDS_BIGENDIAN
     INT16 funcdescsize; /* size of reconstituted FUNCDESC and related structs */


More information about the wine-patches mailing list