Commit 6c39e731 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent dc6e90f7
...@@ -4483,7 +4483,7 @@ static void test_nested_jobs_child(unsigned int index) ...@@ -4483,7 +4483,7 @@ static void test_nested_jobs_child(unsigned int index)
if (index) if (index)
{ {
ret = pAssignProcessToJobObject(job_other, GetCurrentProcess()); ret = pAssignProcessToJobObject(job_other, GetCurrentProcess());
ok(!ret, "AssignProcessToJobObject succeded\n"); ok(!ret, "AssignProcessToJobObject succeeded\n");
ok(GetLastError() == ERROR_ACCESS_DENIED, "Got unexpected error %u.\n", GetLastError()); ok(GetLastError() == ERROR_ACCESS_DENIED, "Got unexpected error %u.\n", GetLastError());
} }
......
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