Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue Mar 2 09:02:50 CST 2004


Changelog:

 * dlls/imm32/imm.c
   dlls/rsabase/main.c
   dlls/shlwapi/assoc.c
   dlls/uxtheme/draw.c
   dlls/x11drv/keyboard.c

   Assorted spelling and case fixes.


Index: dlls/imm32/imm.c
===================================================================
RCS file: /home/cvs/wine/dlls/imm32/imm.c,v
retrieving revision 1.30
diff -u -r1.30 imm.c
--- dlls/imm32/imm.c	27 Feb 2004 21:32:55 -0000	1.30
+++ dlls/imm32/imm.c	27 Feb 2004 21:56:17 -0000
@@ -974,7 +974,7 @@
   FIXME("(%p): semi-stub\n", hKL);
   /*
    * Dead key locales will return TRUE here when they should not
-   * There is probibly a more proper way to check this.
+   * There is probably a more proper way to check this.
    */
   return (root_context != NULL);
 }
Index: dlls/rsabase/main.c
===================================================================
RCS file: /home/cvs/wine/dlls/rsabase/main.c,v
retrieving revision 1.2
diff -u -r1.2 main.c
--- dlls/rsabase/main.c	1 Mar 2004 21:20:33 -0000	1.2
+++ dlls/rsabase/main.c	2 Mar 2004 01:29:29 -0000
@@ -1,8 +1,8 @@
 /*
  * RSABASE - RSA encryption for Wine
  *
- * Copyright 2004 Mike McCormack for Codeweavers
- * Copyright 2002 Transgaming Technologies
+ * Copyright 2004 Mike McCormack for CodeWeavers
+ * Copyright 2002 TransGaming Technologies
  *
  * David Hammerton
  *
Index: dlls/shlwapi/assoc.c
===================================================================
RCS file: /home/cvs/wine/dlls/shlwapi/assoc.c,v
retrieving revision 1.8
diff -u -r1.8 assoc.c
--- dlls/shlwapi/assoc.c	10 Feb 2004 02:22:17 -0000	1.8
+++ dlls/shlwapi/assoc.c	29 Feb 2004 14:21:40 -0000
@@ -418,7 +418,7 @@
  * Determine if a file association is dangerous (potentially malware).
  *
  * PARAMS
- *  lpszAssoc [I] Name of file or file extention to check.
+ *  lpszAssoc [I] Name of file or file extension to check.
  *
  * RETURNS
  *  TRUE, if lpszAssoc may potentially be malware (executable),
Index: dlls/uxtheme/draw.c
===================================================================
RCS file: /home/cvs/wine/dlls/uxtheme/draw.c,v
retrieving revision 1.6
diff -u -r1.6 draw.c
--- dlls/uxtheme/draw.c	27 Feb 2004 04:34:00 -0000	1.6
+++ dlls/uxtheme/draw.c	29 Feb 2004 14:21:25 -0000
@@ -219,7 +219,7 @@
                                       BOOL transparent, COLORREF transcolor)
 {
     if(transparent) {
-        /* Ensure we dont pass any negative values to TransparentBlt */
+        /* Ensure we don't pass any negative values to TransparentBlt */
         return TransparentBlt(hdcDst, nXOriginDst, nYOriginDst, abs(nWidthDst), abs(nHeightDst),
                               hdcSrc, nXOriginSrc, nYOriginSrc, abs(nWidthSrc), abs(nHeightSrc),
                               transcolor);
Index: dlls/x11drv/keyboard.c
===================================================================
RCS file: /home/cvs/wine/dlls/x11drv/keyboard.c,v
retrieving revision 1.48
diff -u -r1.48 keyboard.c
--- dlls/x11drv/keyboard.c	10 Feb 2004 01:35:57 -0000	1.48
+++ dlls/x11drv/keyboard.c	12 Feb 2004 01:32:18 -0000
@@ -1558,7 +1558,7 @@
     /*
      * Microsoft Office expects this value to be something specific
      * for Japanese and Korean Windows with an IME the value is 0xe001
-     * We should probibly check to see if an IME exists and if so then
+     * We should probably check to see if an IME exists and if so then
      * set this word properly.
      */
     langid = PRIMARYLANGID(LANGIDFROMLCID(layout));



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 "Only wimps use tape backup: _real_ men just upload their important stuff on
       ftp, and let the rest of the world mirror it ;)" -- Linus Torvalds



More information about the wine-patches mailing list