shell32: Spelling fixes.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-05-29 12:41:31 +02:00 committed by Alexandre Julliard
parent 4e5698f72e
commit cc2a2b0970
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ static int SIC_LoadOverlayIcon(int icon_idx);
* SIC_OverlayShortcutImage [internal] * SIC_OverlayShortcutImage [internal]
* *
* NOTES * NOTES
* Creates a new icon as a copy of the passed-in icon, overlayed with a * Creates a new icon as a copy of the passed-in icon, overlaid with a
* shortcut image. * shortcut image.
*/ */
static HICON SIC_OverlayShortcutImage(HICON SourceIcon, BOOL large) static HICON SIC_OverlayShortcutImage(HICON SourceIcon, BOOL large)
@ -332,7 +332,7 @@ static INT SIC_LoadIcon (LPCWSTR sSourceFile, INT dwSourceIndex, DWORD dwFlags)
} }
else else
{ {
WARN("Failed to create shortcut overlayed icons\n"); WARN("Failed to create shortcut overlaid icons\n");
if (NULL != hiconLargeShortcut) DestroyIcon(hiconLargeShortcut); if (NULL != hiconLargeShortcut) DestroyIcon(hiconLargeShortcut);
if (NULL != hiconSmallShortcut) DestroyIcon(hiconSmallShortcut); if (NULL != hiconSmallShortcut) DestroyIcon(hiconSmallShortcut);
dwFlags &= ~ GIL_FORSHORTCUT; dwFlags &= ~ GIL_FORSHORTCUT;