Francois Gouget : imm32/tests: Spelling fix.

Alexandre Julliard julliard at winehq.org
Thu Jun 2 10:49:59 CDT 2016


Module: wine
Branch: master
Commit: 09a401e2a89057ba2660cc9ddac72d67796e27f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=09a401e2a89057ba2660cc9ddac72d67796e27f7

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jun  1 16:29:53 2016 +0200

imm32/tests: Spelling fix.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/imm32/tests/imm32.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c
index fa6ae62..c7ae168 100644
--- a/dlls/imm32/tests/imm32.c
+++ b/dlls/imm32/tests/imm32.c
@@ -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;




More information about the wine-cvs mailing list