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:
parent
ce03715db3
commit
ed2b42727f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue