Francois Gouget : imm32/tests: A spelling fix in an ok() message.
Module: wine Branch: master Commit: a0a22397fdc7dc6872c42a4f7c9d57bfd08a3924 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a0a22397fdc7dc6872c42a4f7c... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Jan 7 14:44:43 2017 +0100 imm32/tests: A spelling fix in an ok() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Aric Stewart <aric(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/imm32/tests/imm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c index a2072e9..b02f85d 100644 --- a/dlls/imm32/tests/imm32.c +++ b/dlls/imm32/tests/imm32.c @@ -1050,7 +1050,7 @@ static DWORD WINAPI test_default_ime_with_message_only_window_cb(void *arg) CW_USEDEFAULT, CW_USEDEFAULT, 240, 120, hwnd1, NULL, GetModuleHandleW(NULL), NULL); default_ime_wnd = ImmGetDefaultIMEWnd(hwnd2); - ok(IsWindow(default_ime_wnd), "Expected IME window existance\n"); + ok(IsWindow(default_ime_wnd), "Expected IME window existence\n"); DestroyWindow(hwnd2); DestroyWindow(hwnd1);
participants (1)
-
Alexandre Julliard