Commit 805092f8 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

urlmon/tests: Fix a typo in ok() message.

parent 647ecec4
......@@ -1636,7 +1636,7 @@ static void test_MkParseDisplayNameEx(void)
ok(mon != NULL, "mon == NULL\n");
hres = IMoniker_GetDisplayName(mon, NULL, 0, &name);
ok(hres == S_OK, "GetDiasplayName failed: %08x\n", hres);
ok(hres == S_OK, "GetDisplayName failed: %08x\n", hres);
ok(!lstrcmpW(name, url9), "wrong display name %s\n", wine_dbgstr_w(name));
CoTaskMemFree(name);
......
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