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

Alexandre Julliard julliard at winehq.org
Wed Nov 25 15:58:54 CST 2020


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

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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;
     }
 




More information about the wine-cvs mailing list