Commit c021db5a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent d5fa1d9b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment