Assorted spelling and case fixes.

This commit is contained in:
Francois Gouget 2004-03-02 20:55:57 +00:00 committed by Alexandre Julliard
parent 10e05d02f2
commit 87f223a879
5 changed files with 6 additions and 6 deletions

View 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);
}

View 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
*

View 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),

View 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);

View 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));