Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue Aug 31 19:44:34 CDT 2004


Changelog:

 * dlls/shlwapi/string.c
   documentation/implementation.sgml
   programs/taskmgr/optnmenu.c

   Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
        War doesn't determine who's right.  War determines who's left.
-------------- next part --------------
Index: dlls/shlwapi/string.c
===================================================================
RCS file: /var/cvs/wine/dlls/shlwapi/string.c,v
retrieving revision 1.47
diff -u -r1.47 string.c
--- dlls/shlwapi/string.c	21 Jul 2004 03:12:16 -0000	1.47
+++ dlls/shlwapi/string.c	28 Aug 2004 16:52:32 -0000
@@ -710,10 +710,10 @@
  *
  * NOTES
  *  Leading whitespace, '-' and '+' are allowed before the number. If
- *  dwFlags includes STIF_SUPPORT_HEX, hexidecimal numbers are allowed, if
+ *  dwFlags includes STIF_SUPPORT_HEX, hexadecimal numbers are allowed, if
  *  preceeded by '0x'. If this flag is not set, or there is no '0x' prefix,
  *  the string is treated as a decimal string. A leading '-' is ignored for
- *  hexidecimal numbers.
+ *  hexadecimal numbers.
  */
 BOOL WINAPI StrToIntExA(LPCSTR lpszStr, DWORD dwFlags, LPINT lpiRet)
 {
Index: documentation/implementation.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/implementation.sgml,v
retrieving revision 1.14
diff -u -r1.14 implementation.sgml
--- documentation/implementation.sgml	21 Jul 2004 21:20:07 -0000	1.14
+++ documentation/implementation.sgml	28 Aug 2004 18:50:32 -0000
@@ -434,7 +434,7 @@
 XXXX > YY @ ZZZZ:ZZZZ
       </programlisting>
       <para>
-        where <literal>XXXX</literal> is the port in hexidecimal being
+        where <literal>XXXX</literal> is the port in hexadecimal being
         accessed, <literal>YY</literal> is the data written (or read)
         from the port, and <literal>ZZZZ:ZZZZ</literal> is the address
         in memory of the instruction that accessed the port. The
Index: programs/taskmgr/optnmenu.c
===================================================================
RCS file: /var/cvs/wine/programs/taskmgr/optnmenu.c,v
retrieving revision 1.1
diff -u -r1.1 optnmenu.c
--- programs/taskmgr/optnmenu.c	23 Mar 2004 01:19:54 -0000	1.1
+++ programs/taskmgr/optnmenu.c	30 Aug 2004 17:37:54 -0000
@@ -121,7 +121,7 @@
 
     /*
      * FIXME: Currently this is useless because the
-     * current implemetation doesn't list the 16-bit
+     * current implementation doesn't list the 16-bit
      * processes. I believe that would require querying
      * each ntvdm.exe process for it's children.
      */


More information about the wine-patches mailing list