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:
parent
a211eec6c7
commit
3b2a705b06
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue