From 27119bd65cca72808e783d6bb1d46d5ed4abc0a1 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 23 May 2004 09:36:47 +0000 Subject: [PATCH] fixed typos svn path=/trunk/; revision=9478 --- reactos/subsys/win32k/include/tags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/include/tags.h b/reactos/subsys/win32k/include/tags.h index 83dfc2b19fa..d57f20738ad 100644 --- a/reactos/subsys/win32k/include/tags.h +++ b/reactos/subsys/win32k/include/tags.h @@ -8,7 +8,7 @@ #define TAG_ACCEL TAG('A', 'C', 'C', 'L') /* accelerator */ #define TAG_HOOK TAG('W', 'N', 'H', 'K') /* hook */ #define TAG_HOTKEY TAG('H', 'O', 'T', 'K') /* hotkey */ -#define TAG_MENUITEM TAG('M', 'E', 'N', 'I') /* menu itme */ +#define TAG_MENUITEM TAG('M', 'E', 'N', 'I') /* menu item */ #define TAG_MSG TAG('M', 'E', 'S', 'G') /* message */ #define TAG_MSGQ TAG('M', 'S', 'G', 'Q') /* message queue */ #define TAG_USRMSG TAG('U', 'M', 'S', 'G') /* user message */ @@ -39,7 +39,7 @@ #define TAG_PALETTEMAP TAG('P', 'A', 'L', 'M') /* palette mapping */ #define TAG_PATH TAG('P', 'A', 'T', 'H') /* path */ #define TAG_PRINT TAG('P', 'R', 'N', 'T') /* print */ -#define TAG_REGION TAG('P', 'R', 'N', 'T') /* region */ +#define TAG_REGION TAG('R', 'G', 'N', 'O') /* region */ #define TAG_GDITEXT TAG('T', 'X', 'T', 'O') /* text */ #define TAG_FONT TAG('F', 'N', 'T', 'O') /* font entry */