Andrey Gusev : mshtml/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: 3b2a705b066efa4c24c61ed96f4a7881366e4ae1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3b2a705b066efa4c24c61ed96f4a7881366e4ae1

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Dec  3 13:37:33 2019 +0200

mshtml/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/mshtml/tests/htmldoc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 4b55fdd0c8..141d2378db 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -2879,7 +2879,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
                 readystate_set_interactive = (load_state != LD_INTERACTIVE);
                 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;




More information about the wine-cvs mailing list