Francois Gouget : msscript.ocx: A spelling fix in a comment.
Module: wine Branch: master Commit: 1e795cd723cca48e1b35cc2aaf04f97aeea9531d URL: https://source.winehq.org/git/wine.git/?a=commit;h=1e795cd723cca48e1b35cc2aa... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Aug 8 15:18:05 2019 +0200 msscript.ocx: A spelling fix in a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msscript.ocx/msscript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msscript.ocx/msscript.c b/dlls/msscript.ocx/msscript.c index fb3ad08..6e4c8d1 100644 --- a/dlls/msscript.ocx/msscript.c +++ b/dlls/msscript.ocx/msscript.c @@ -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; }
participants (1)
-
Alexandre Julliard