imm32/tests: A spelling fix in an ok() message.

Francois Gouget fgouget at free.fr
Sat Jan 7 07:44:43 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 a2072e9d98f..b02f85d0347 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);
-- 
2.11.0




More information about the wine-patches mailing list