Commit 5007b2c7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 75515490
......@@ -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;
......
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