Francois Gouget : comctl32/tests: Tweak an ok() message to avoid a spelling error.
Module: wine Branch: master Commit: f3ea8b8595cfc3c4287d04364b1bf3ea6e8e7459 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f3ea8b8595cfc3c4287d04364... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Sep 4 02:41:10 2019 +0200 comctl32/tests: Tweak an ok() message to avoid a spelling error. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comctl32/tests/treeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c index 8ba7f54..56b6c6a 100644 --- a/dlls/comctl32/tests/treeview.c +++ b/dlls/comctl32/tests/treeview.c @@ -1364,7 +1364,7 @@ static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam, visibleItem = (HTREEITEM)SendMessageA(pHdr->hwndFrom, TVM_GETNEXTITEM, TVGN_NEXTVISIBLE, (LPARAM)visibleItem); *(HTREEITEM*)&rect = visibleItem; - ok(visibleItem != NULL, "There must be a visible item after the first visisble item.\n"); + ok(visibleItem != NULL, "There must be a visible item after the first one.\n"); ok(SendMessageA(pHdr->hwndFrom, TVM_GETITEMRECT, TRUE, (LPARAM)&rect), "Failed to get rect for second visible item.\n"); }
participants (1)
-
Alexandre Julliard