Francois Gouget : msscript.ocx: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Thu Aug 8 19:27:20 CDT 2019


Module: wine
Branch: master
Commit: 1e795cd723cca48e1b35cc2aaf04f97aeea9531d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1e795cd723cca48e1b35cc2aaf04f97aeea9531d

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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;
 }




More information about the wine-cvs mailing list