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

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2019-12-12 18:10:11 +02:00 committed by Alexandre Julliard
parent 2839e7b5e7
commit 375c91e31d
1 changed files with 1 additions and 1 deletions

View File

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