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

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2019-12-03 13:37:33 +02:00 committed by Alexandre Julliard
parent a211eec6c7
commit 3b2a705b06
1 changed files with 1 additions and 1 deletions

View File

@ -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;