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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-05-25 11:02:27 +02:00 committed by Alexandre Julliard
parent dc6e90f7f8
commit 6c39e731f4
1 changed files with 1 additions and 1 deletions

View File

@ -4483,7 +4483,7 @@ static void test_nested_jobs_child(unsigned int index)
if (index)
{
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());
}