Assorted spelling fixes

Francois Gouget fgouget at free.fr
Mon Apr 18 19:47:57 CDT 2005


Changelog:

  * dlls/ntdll/tests/info.c
    dlls/ntdll/tests/rtlstr.c
    dlls/shell32/shellord.c
    dlls/twain/twain.h
    documentation/ole.sgml
    include/custcntl.h

    Francois Gouget <fgouget at free.fr>
    Assorted spelling fixes

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                      Avoid the Gates of Hell - use Linux.
-------------- next part --------------
Index: dlls/ntdll/tests/info.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/tests/info.c,v
retrieving revision 1.1
diff -u -p -r1.1 info.c
--- dlls/ntdll/tests/info.c	15 Apr 2005 14:12:54 -0000	1.1
+++ dlls/ntdll/tests/info.c	18 Apr 2005 18:10:03 -0000
@@ -57,22 +57,22 @@ static void test_basic()
      * every information class
     */
 
-    /* Use a non existent info class */
-    trace("Check non existent info class\n");
+    /* Use a nonexistent info class */
+    trace("Check nonexistent info class\n");
     status = pNtQuerySystemInformation(-1, NULL, 0, NULL);
     ok( status == STATUS_INVALID_INFO_CLASS, "Expected STATUS_INVALID_INFO_CLASS, got %08lx\n", status);
 
-    /* Use an existent class but with a zero-length buffer */
+    /* Use an existing class but with a zero-length buffer */
     trace("Check zero-length buffer\n");
     status = pNtQuerySystemInformation(SystemBasicInformation, NULL, 0, NULL);
     ok( status == STATUS_INFO_LENGTH_MISMATCH, "Expected STATUS_INFO_LENGTH_MISMATCH, got %08lx\n", status);
 
-    /* Use an existent class, correct length but no SystemInformation buffer */
+    /* Use an existing class, correct length but no SystemInformation buffer */
     trace("Check no SystemInformation buffer\n");
     status = pNtQuerySystemInformation(SystemBasicInformation, NULL, sizeof(*sbi), NULL);
     ok( status == STATUS_ACCESS_VIOLATION, "Expected STATUS_ACCESS_VIOLATION, got %08lx\n", status);
 
-    /* Use a existent class, correct length, a pointer to a buffer but no ReturnLength pointer */
+    /* Use a existing class, correct length, a pointer to a buffer but no ReturnLength pointer */
     trace("Check no ReturnLength pointer\n");
     status = pNtQuerySystemInformation(SystemBasicInformation, sbi, sizeof(*sbi), NULL);
     ok( status == STATUS_SUCCESS, "Expected STATUS_SUCCESS, got %08lx\n", status);
Index: dlls/ntdll/tests/rtlstr.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/tests/rtlstr.c,v
retrieving revision 1.18
diff -u -p -r1.18 rtlstr.c
--- dlls/ntdll/tests/rtlstr.c	14 Aug 2004 00:42:12 -0000	1.18
+++ dlls/ntdll/tests/rtlstr.c	19 Apr 2005 00:07:33 -0000
@@ -1315,7 +1315,7 @@ static const str2int_t str2int[] = {
     {10, "0o1011101100",          0, STATUS_SUCCESS},
     {10, "0d1011101100",          0, STATUS_SUCCESS},
     {10, "0x1011101100",          0, STATUS_SUCCESS},
-    {10, "o12345",                0, STATUS_SUCCESS}, /* Octal altrough base is 10 */
+    {10, "o12345",                0, STATUS_SUCCESS}, /* Octal although base is 10 */
     {10, "",                      0, STATUS_SUCCESS}, /* empty string */
     {16, "1011101100",    286265600, STATUS_SUCCESS},
     {16, "-1011101100",  -286265600, STATUS_SUCCESS},
Index: dlls/shell32/shellord.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shellord.c,v
retrieving revision 1.132
diff -u -p -r1.132 shellord.c
--- dlls/shell32/shellord.c	17 Mar 2005 20:53:37 -0000	1.132
+++ dlls/shell32/shellord.c	19 Apr 2005 00:04:01 -0000
@@ -574,7 +574,7 @@ static INT CALLBACK SHADD_compare_mru(LP
  *   mruhandle    [IN] handle for created MRU list
  *   doc_name     [IN] null termed pure doc name
  *   new_lnk_name [IN] null termed path and file name for .lnk file
- *   buffer       [IN/OUT] 2048 byte area to consturct MRU data
+ *   buffer       [IN/OUT] 2048 byte area to construct MRU data
  *   len          [OUT] ptr to int to receive space used in buffer
  *
  * RETURNS
Index: dlls/twain/twain.h
===================================================================
RCS file: /var/cvs/wine/dlls/twain/twain.h,v
retrieving revision 1.10
diff -u -p -r1.10 twain.h
--- dlls/twain/twain.h	2 Mar 2005 12:23:21 -0000	1.10
+++ dlls/twain/twain.h	10 Apr 2005 00:01:56 -0000
@@ -30,7 +30,7 @@
     version 1.7, July 1997       Added Capabilities and data structure for
                                  document imaging and digital cameras.
                                  KHL.
-    version 1.7, July 1997       Inserted Borland compatibile structure packing
+    version 1.7, July 1997       Inserted Borland compatible structure packing
                                  directives provided by Mentor.  JMH
     version 1.7, Aug 1997        Expanded file tabs to spaces.
                                  NOTE: future authors should be sure to have
Index: documentation/ole.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/ole.sgml,v
retrieving revision 1.12
diff -u -p -r1.12 ole.sgml
--- documentation/ole.sgml	11 Apr 2005 12:51:36 -0000	1.12
+++ documentation/ole.sgml	11 Apr 2005 15:39:36 -0000
@@ -789,7 +789,7 @@ static ICOM_VTABLE(IDirect3D) d3dvt = {
       </sect2>
 
       <sect2>
-        <title>Appartments</title>
+        <title>Apartments</title>
 
         <para>
           Before a thread can use COM it must enter an apartment. Apartments are 
Index: include/custcntl.h
===================================================================
RCS file: /var/cvs/wine/include/custcntl.h,v
retrieving revision 1.2
diff -u -p -r1.2 custcntl.h
--- include/custcntl.h	8 Nov 2002 18:54:26 -0000	1.2
+++ include/custcntl.h	19 Apr 2005 00:04:19 -0000
@@ -58,7 +58,7 @@ typedef int (CALLBACK *LPFNCCSIZETOTEXTW
 
 #define LPFNCCSIZETOTEXT WINELIB_NAME_AW(LPFNCCSIZETOTEXT)
 
-/* Custom Control style flags sturcture */
+/* Custom Control style flags structure */
 typedef struct tagCCSTYLEFLAGA {
   DWORD flStyle;
   DWORD flStyleMask;


More information about the wine-patches mailing list