Francois Gouget : ntdll/tests: Fix the speilling of an ok() message.

Alexandre Julliard julliard at winehq.org
Thu May 6 14:56:19 CDT 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu May  6 19:14:49 2021 +0200

ntdll/tests: Fix the speilling of an ok() message.

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

---

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

diff --git a/dlls/ntdll/tests/om.c b/dlls/ntdll/tests/om.c
index 7d9ca47be12..fb7d48e7fe1 100644
--- a/dlls/ntdll/tests/om.c
+++ b/dlls/ntdll/tests/om.c
@@ -2593,7 +2593,7 @@ static void test_get_next_thread(void)
     thread = CreateThread( NULL, 0, test_get_next_thread_proc, event, 0, &thread_id );
 
     status = pNtGetNextThread(hprocess, NULL, THREAD_QUERY_LIMITED_INFORMATION, OBJ_INHERIT, 0, NULL);
-    ok(status == STATUS_ACCESS_VIOLATION, "Got unexected status %#x.\n", status);
+    ok(status == STATUS_ACCESS_VIOLATION, "Got unexpected status %#x.\n", status);
 
     found = FALSE;
     prev = NULL;




More information about the wine-cvs mailing list