comctl32: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu May 19 03:42:11 CDT 2016


-------------- next part --------------
From 12ea55dc390808f69bf2808a61c912937988db4c Mon Sep 17 00:00:00 2001
Message-Id: <12ea55dc390808f69bf2808a61c912937988db4c.1463647252.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 19 May 2016 11:40:29 +0300
Subject: [PATCH] comctl32: Fix a typo in comment

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

diff --git a/dlls/comctl32/trackbar.c b/dlls/comctl32/trackbar.c
index 8c99ad0..ba4cec3 100644
--- a/dlls/comctl32/trackbar.c
+++ b/dlls/comctl32/trackbar.c
@@ -920,7 +920,7 @@ TRACKBAR_Refresh (TRACKBAR_INFO *infoPtr, HDC hdcDst)
 
     GetClientRect (infoPtr->hwndSelf, &rcClient);
     
-    /* try to render offscreen, if we fail, carrry onscreen */
+    /* try to render offscreen, if we fail, carry onscreen */
     hdc = CreateCompatibleDC(hdcDst);
     if (hdc) {
         hOffScreenBmp = CreateCompatibleBitmap(hdcDst, rcClient.right, rcClient.bottom);
-- 
2.5.5



More information about the wine-patches mailing list