[PATCH] qmgr/tests: Fix the spelling of an ok() message.

Francois Gouget fgouget at free.fr
Wed Nov 25 12:43:18 CST 2020


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




More information about the wine-devel mailing list