Commit ed2b4272 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent ce03715d
...@@ -888,7 +888,7 @@ START_TEST(job) ...@@ -888,7 +888,7 @@ START_TEST(job)
*/ */
hres = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); hres = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
if (FAILED(hres)) { if (FAILED(hres)) {
ok(0, "CoInitializeEx faied: %0x\n", hres); ok(0, "CoInitializeEx failed: %0x\n", hres);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment