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

Alexandre Julliard julliard at winehq.org
Tue Dec 3 16:13:11 CST 2019


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Dec  3 13:34:21 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 a99c68ac5e..f89b2c5b57 100644
--- a/dlls/ieframe/tests/webbrowser.c
+++ b/dlls/ieframe/tests/webbrowser.c
@@ -420,7 +420,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
                 CHECK_EXPECT2(Exec_SETDOWNLOADSTATE_1);
                 break;
             default:
-                ok(0, "unexpevted V_I4(pvaIn)=%d\n", V_I4(pvaIn));
+                ok(0, "unexpected V_I4(pvaIn)=%d\n", V_I4(pvaIn));
             }
             return S_OK;
         case OLECMDID_UPDATECOMMANDS:




More information about the wine-cvs mailing list