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
1 changed files with 1 additions and 1 deletions

View File

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