comctl32: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu May 26 10:06:58 CDT 2016


-------------- next part --------------
From 042b13bed0578aef6b65a5ed9ce790200efe9fc9 Mon Sep 17 00:00:00 2001
Message-Id: <042b13bed0578aef6b65a5ed9ce790200efe9fc9.1464275178.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 26 May 2016 18:05:58 +0300
Subject: [PATCH] comctl32: Fix a typo in comment

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

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index b922ef7..784ca7b 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -4747,7 +4747,7 @@ static BOOL LISTVIEW_DrawItem(LISTVIEW_INFO *infoPtr, HDC hdc, INT nItem, ITERAT
 
        - CDDS_ITEMPREPAINT
        - CDDS_ITEMPREPAINT|CDDS_SUBITEM   | => sent n times, where n is number of subitems,
-         CDDS_ITEMPOSTPAINT|CDDS_SUBITEM  |    including item iself
+         CDDS_ITEMPOSTPAINT|CDDS_SUBITEM  |    including item itself
        - CDDS_ITEMPOSTPAINT
 
        other styles:
-- 
2.5.5



More information about the wine-patches mailing list