[PATCH] mshtml: Fix a typo in a trace message

Nikolay Sivov nsivov at codeweavers.com
Mon Jul 11 15:25:24 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/mshtml/script.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/script.c b/dlls/mshtml/script.c
index 255c37f..f6eb7ea 100644
--- a/dlls/mshtml/script.c
+++ b/dlls/mshtml/script.c
@@ -140,7 +140,7 @@ static BOOL init_script_engine(ScriptHost *script_host)
 
     hres = IActiveScript_QueryInterface(script_host->script, &IID_IActiveScriptParse, (void**)&script_host->parse);
     if(FAILED(hres)) {
-        WARN("Could not get IActiveScriptHost: %08x\n", hres);
+        WARN("Could not get IActiveScriptParse: %08x\n", hres);
         return FALSE;
     }
 
-- 
2.8.1




More information about the wine-patches mailing list