From 2000386baf31ec2709ba1e5f0f06c3a40dccad55 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Mon, 8 Jan 2018 13:43:17 +0200 Subject: [PATCH] comctl32: Fix a typo in comment. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- 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 4d700b9cec5..589d5c4a7e5 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -1017,7 +1017,7 @@ static BOOL notify_dispinfoT(const LISTVIEW_INFO *infoPtr, UINT code, LPNMLVDISP return ret; } - /* if dipsinfo holder changed notification code then convert */ + /* if dispinfo holder changed notification code then convert */ if (!isW && (pdi->hdr.code == LVN_GETDISPINFOW) && (pdi->item.mask & LVIF_TEXT)) { length = WideCharToMultiByte(CP_ACP, 0, pdi->item.pszText, -1, NULL, 0, NULL, NULL);