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:
Francois Gouget 2019-08-08 15:18:05 +02:00 committed by Alexandre Julliard
parent 4392ee399e
commit 1e795cd723
1 changed files with 1 additions and 1 deletions

View File

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