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);
}
/*
* 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
*
* 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),
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);
/*
* 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));