Andrey Gusev : comctl32: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Fri May 27 09:42:32 CDT 2016


Module: wine
Branch: master
Commit: ee19a56a94dcfbacc403081680412630676eb79f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ee19a56a94dcfbacc403081680412630676eb79f

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu May 26 18:05:58 2016 +0300

comctl32: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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:




More information about the wine-cvs mailing list