From 87f223a879acad025ad798557c60511ce22bb021 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 2 Mar 2004 20:55:57 +0000 Subject: [PATCH] Assorted spelling and case fixes. --- dlls/imm32/imm.c | 2 +- dlls/rsabase/main.c | 4 ++-- dlls/shlwapi/assoc.c | 2 +- dlls/uxtheme/draw.c | 2 +- dlls/x11drv/keyboard.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c index 494096313df..ebc768f046b 100644 --- a/dlls/imm32/imm.c +++ b/dlls/imm32/imm.c @@ -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); } diff --git a/dlls/rsabase/main.c b/dlls/rsabase/main.c index f4b3264571a..c39643a2cff 100644 --- a/dlls/rsabase/main.c +++ b/dlls/rsabase/main.c @@ -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 * diff --git a/dlls/shlwapi/assoc.c b/dlls/shlwapi/assoc.c index 753828944ca..4a8b1326930 100644 --- a/dlls/shlwapi/assoc.c +++ b/dlls/shlwapi/assoc.c @@ -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), diff --git a/dlls/uxtheme/draw.c b/dlls/uxtheme/draw.c index 2e3eac4f924..4aa71a6b940 100644 --- a/dlls/uxtheme/draw.c +++ b/dlls/uxtheme/draw.c @@ -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); diff --git a/dlls/x11drv/keyboard.c b/dlls/x11drv/keyboard.c index 606b12b04a2..27e9c3c20e0 100644 --- a/dlls/x11drv/keyboard.c +++ b/dlls/x11drv/keyboard.c @@ -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)); -- 2.11.4.GIT