Commit 375c91e3 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent 2839e7b5
......@@ -2665,7 +2665,7 @@ static void test_Extent(IWebBrowser2 *unk)
trace("dpi: %d / %d\n", dpi_y, dpi_y);
hres = IWebBrowser2_QueryInterface(unk, &IID_IOleObject, (void**)&oleobj);
ok(hres == S_OK, "Could not get IOleObkect: %08x\n", hres);
ok(hres == S_OK, "Could not get IOleObject: %08x\n", hres);
if(FAILED(hres))
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