X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fimm32%2Fimm32.c;h=b02f85d03471aec423b123127e098ad601cf989f;hp=a2072e9d98feba2170b44a35a1e02ac10463dfd7;hb=7a8fa2cc0efc14b6486770ff2fe640947753d8c3;hpb=60751dbf95b9780d741c3d2c219fdc087f8f8ab6 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);