From ed2b42727f5c53b1c44eb8c7805c5e44b23c2f11 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 25 Nov 2020 19:43:18 +0100 Subject: [PATCH] qmgr/tests: Fix the spelling of an ok() message. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/qmgr/tests/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/qmgr/tests/job.c b/dlls/qmgr/tests/job.c index 71da89facad..edf1ef7e592 100644 --- a/dlls/qmgr/tests/job.c +++ b/dlls/qmgr/tests/job.c @@ -888,7 +888,7 @@ START_TEST(job) */ hres = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); if (FAILED(hres)) { - ok(0, "CoInitializeEx faied: %0x\n", hres); + ok(0, "CoInitializeEx failed: %0x\n", hres); return; }