From 63ae6043557587e55d704cea3d7c15af6d9dac72 Mon Sep 17 00:00:00 2001 From: Saveliy Tretiakov Date: Thu, 14 Sep 2006 16:04:08 +0000 Subject: [PATCH] Fix typo. palate -> pallete svn path=/trunk/; revision=24111 --- reactos/subsystems/win32/win32k/objects/color.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/subsystems/win32/win32k/objects/color.c b/reactos/subsystems/win32/win32k/objects/color.c index 5f5c06555ea..caefc106682 100644 --- a/reactos/subsystems/win32/win32k/objects/color.c +++ b/reactos/subsystems/win32/win32k/objects/color.c @@ -36,7 +36,7 @@ static HPALETTE hPrimaryPalette = 0; // used for WM_PALETTECHANGED //static HPALETTE hLastRealizedPalette = 0; // UnrealizeObject() needs it -static UINT SystemPaletteUse = SYSPAL_NOSTATIC; /* the program need save the palate and restore it */ +static UINT SystemPaletteUse = SYSPAL_NOSTATIC; /* the program need save the pallete and restore it */ const PALETTEENTRY COLOR_sysPalTemplate[NB_RESERVED_COLORS] = { @@ -388,7 +388,7 @@ UINT STDCALL NtGdiRealizePalette(HDC hDC) { /* FIXME - Handle palGDI == NULL!!!! we should not unlock dc and return 0 ?? - shall we create the palate ?? + shall we create the pallete ?? */ DC_UnlockDc(dc); return 0; @@ -401,7 +401,7 @@ UINT STDCALL NtGdiRealizePalette(HDC hDC) { /* FIXME - Handle sysGDI == NULL!!!!! we should not unlock dc and return 0 ?? - shall we create the palate ?? + shall we create the pallete ?? */ PALETTE_UnlockPalette(palGDI); DC_UnlockDc(dc);