ieframe/tests: Fix the spelling of an ok() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-16 15:58:46 +02:00 committed by Alexandre Julliard
parent 7551549057
commit 5007b2c78c
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ static void test_window(IWebBrowser2 *wb)
HRESULT hres;
hres = IWebBrowser2_get_HWND(wb, &handle);
ok(hres == S_OK, "get_HWND faile: %08x\n", hres);
ok(hres == S_OK, "get_HWND failed: %08x\n", hres);
ok(handle, "handle == 0\n");
hwnd = (HWND)handle;