Francois Gouget : user32/tests: Fix the spelling of an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Dec 9 16:57:37 CST 2019


Module: wine
Branch: master
Commit: cca965d94e1029e914224821441b1c20d5b0feec
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cca965d94e1029e914224821441b1c20d5b0feec

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Dec  9 09:47:28 2019 +0100

user32/tests: Fix the spelling of an ok() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/winstation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/winstation.c b/dlls/user32/tests/winstation.c
index 6bebfe95f4..aaa51d560a 100644
--- a/dlls/user32/tests/winstation.c
+++ b/dlls/user32/tests/winstation.c
@@ -591,7 +591,7 @@ static void test_inputdesktop(void)
 
     /* by default, GetThreadDesktop is the input desktop, SendInput should succeed. */
     old_thread_desk = GetThreadDesktop(GetCurrentThreadId());
-    ok(old_thread_desk != NULL, "GetThreadDesktop faile!\n");
+    ok(old_thread_desk != NULL, "GetThreadDesktop failed!\n");
     memset(name, 0, sizeof(name));
     ret = GetUserObjectInformationA(old_thread_desk, UOI_NAME, name, 1024, NULL);
     ok(!strcmp(name, "Default"), "unexpected desktop %s\n", name);




More information about the wine-cvs mailing list