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

Alexandre Julliard julliard at winehq.org
Mon Dec 2 17:10:16 CST 2019


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Dec  2 15:05:27 2019 +0200

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.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 db47fdf616..a99c68ac5e 100644
--- a/dlls/ieframe/tests/webbrowser.c
+++ b/dlls/ieframe/tests/webbrowser.c
@@ -283,7 +283,7 @@ static void _test_ready_state(unsigned line, READYSTATE exstate, VARIANT_BOOL ex
     hres = IWebBrowser2_get_Busy(wb, &busy);
     if(expect_busy != BUSY_FAIL) {
         ok_(__FILE__,line)(hres == S_OK, "get_ReadyState failed: %08x\n", hres);
-        ok_(__FILE__,line)(busy == expect_busy, "Busy = %x, exoected %x for ready state %d\n",
+        ok_(__FILE__,line)(busy == expect_busy, "Busy = %x, expected %x for ready state %d\n",
                            busy, expect_busy, state);
     }else {
         todo_wine




More information about the wine-cvs mailing list