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>
This commit is contained in:
Francois Gouget 2020-11-25 19:43:18 +01:00 committed by Alexandre Julliard
parent ce03715db3
commit ed2b42727f

View file

@ -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;
} }