Module: wine Branch: master Commit: ed2b42727f5c53b1c44eb8c7805c5e44b23c2f11 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ed2b42727f5c53b1c44eb8c78...
Author: Francois Gouget fgouget@free.fr Date: Wed Nov 25 19:43:18 2020 +0100
qmgr/tests: Fix the spelling of an ok() message.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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; }