user32: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu May 26 10:12:55 CDT 2016


-------------- next part --------------
From eb3abc76f0b934badf9ce70fb45fdc277bc89a9c Mon Sep 17 00:00:00 2001
Message-Id: <eb3abc76f0b934badf9ce70fb45fdc277bc89a9c.1464275534.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 26 May 2016 18:11:57 +0300
Subject: [PATCH] user32: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/user32/uitools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/uitools.c b/dlls/user32/uitools.c
index efaf356..9a0fff9 100644
--- a/dlls/user32/uitools.c
+++ b/dlls/user32/uitools.c
@@ -718,7 +718,7 @@ static BOOL UITOOLS95_DFC_ButtonPush(HDC dc, LPRECT r, UINT uFlags)
 
 
 /************************************************************************
- *	UITOOLS_DFC_ButtonChcek
+ *	UITOOLS_DFC_ButtonCheck
  *
  * Draw a check/3state button coming from DrawFrameControl()
  *
-- 
2.5.5



More information about the wine-patches mailing list