Assorted spelling and case fixes.
authorFrancois Gouget <fgouget@free.fr>
Tue, 2 Mar 2004 20:55:57 +0000 (20:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Mar 2004 20:55:57 +0000 (20:55 +0000)
dlls/imm32/imm.c
dlls/rsabase/main.c
dlls/shlwapi/assoc.c
dlls/uxtheme/draw.c
dlls/x11drv/keyboard.c

index 494096313dfb47fca1ef97b5820c129d4a9733a7..ebc768f046bb9d9f807d4335274aebc1c7cd1f53 100644 (file)
@@ -974,7 +974,7 @@ BOOL WINAPI ImmIsIME(HKL hKL)
   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 f4b3264571a12c670fa86b6e112e9a0a25bb2e32..c39643a2cffcbc316eb366b638b3f154c1176ada 100644 (file)
@@ -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 753828944ca385d8e7b7899674a94b20a83d49c9..4a8b1326930b3fea02b88054327a431b9c787c5b 100644 (file)
@@ -418,7 +418,7 @@ HRESULT WINAPI AssocQueryStringByKeyA(ASSOCF cfFlags, ASSOCSTR str, HKEY hkAssoc
  * 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 2e3eac4f924445a919c230735b0c81ff6d1f2d5a..4aa71a6b940f3ec91dd7e9ff59120c482ff43182 100644 (file)
@@ -219,7 +219,7 @@ static inline BOOL UXTHEME_StretchBlt(HDC hdcDst, int nXOriginDst, int nYOriginD
                                       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 606b12b04a2844cb4b44859e1e42fdf48d29fe66..27e9c3c20e04b70d0c0eec0164cf4d2d6582e6a3 100644 (file)
@@ -1558,7 +1558,7 @@ HKL X11DRV_GetKeyboardLayout(DWORD dwThreadid)
     /* 
      * 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));