imm32/tests: Spelling fix.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-06-01 16:29:53 +02:00 committed by Alexandre Julliard
parent 03fa4cfaff
commit 09a401e2a8

View file

@ -976,7 +976,7 @@ static DWORD WINAPI test_default_ime_window_cancel_cb(void *arg)
WS_OVERLAPPEDWINDOW | visible,
CW_USEDEFAULT, CW_USEDEFAULT,
240, 120, NULL, NULL, GetModuleHandleW(NULL), NULL);
ok(hwnd1 == NULL, "creation suceeded, got %p\n", hwnd1);
ok(hwnd1 == NULL, "creation succeeded, got %p\n", hwnd1);
ok(!get_ime_window(), "Expected no IME windows\n");
test_phase = CREATE_CANCEL;
@ -984,7 +984,7 @@ static DWORD WINAPI test_default_ime_window_cancel_cb(void *arg)
WS_OVERLAPPEDWINDOW | visible,
CW_USEDEFAULT, CW_USEDEFAULT,
240, 120, NULL, NULL, GetModuleHandleW(NULL), NULL);
ok(hwnd1 == NULL, "creation suceeded, got %p\n", hwnd1);
ok(hwnd1 == NULL, "creation succeeded, got %p\n", hwnd1);
ok(!get_ime_window(), "Expected no IME windows\n");
test_phase = FIRST_WINDOW;