From 7a8fa2cc0efc14b6486770ff2fe640947753d8c3 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 3 Jun 2017 22:28:03 +0000 Subject: [PATCH] [IMM32_WINETEST] Sync with Wine Staging 2.9. CORE-13362 svn path=/trunk/; revision=74810 --- rostests/winetests/imm32/imm32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/imm32/imm32.c b/rostests/winetests/imm32/imm32.c index a2072e9d98f..b02f85d0347 100644 --- a/rostests/winetests/imm32/imm32.c +++ b/rostests/winetests/imm32/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); -- 2.17.1