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

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:43 CST 2019


Module: wine
Branch: master
Commit: 375c91e31dda8fd4750eb2fa92b113dffeaf5386
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=375c91e31dda8fd4750eb2fa92b113dffeaf5386

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Dec 12 18:10:11 2019 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ieframe/tests/webbrowser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ieframe/tests/webbrowser.c b/dlls/ieframe/tests/webbrowser.c
index 9ec54a7077..0195851bda 100644
--- a/dlls/ieframe/tests/webbrowser.c
+++ b/dlls/ieframe/tests/webbrowser.c
@@ -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;
 




More information about the wine-cvs mailing list