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

Alexandre Julliard julliard at winehq.org
Tue May 25 16:08:15 CDT 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue May 25 11:02:27 2021 +0200

kernel32/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/kernel32/tests/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c
index beb69352e4d..9b91b6f0998 100644
--- a/dlls/kernel32/tests/process.c
+++ b/dlls/kernel32/tests/process.c
@@ -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());
     }
 




More information about the wine-cvs mailing list