msscript.ocx: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4392ee399e
commit
1e795cd723
|
@ -993,7 +993,7 @@ static HRESULT WINAPI ScriptControl_Eval(IScriptControl *iface, BSTR expression,
|
|||
|
||||
hr = IActiveScriptParse_ParseScriptText(This->host->parse, expression, NULL, NULL, NULL,
|
||||
0, 1, SCRIPTTEXT_ISEXPRESSION, res, &excepinfo);
|
||||
/* FIXME: more error hanlding */
|
||||
/* FIXME: more error handling */
|
||||
|
||||
return hr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue