[PATCH] msscript.ocx: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Aug 8 08:18:05 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 fb3ad0824b0..6e4c8d166ae 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;
 }
-- 
2.20.1




More information about the wine-devel mailing list