Andrey Gusev : mshtml/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu Jan 9 16:34:29 CST 2020


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Jan  9 14:17:32 2020 +0200

mshtml/tests: Fix a typo.

In addition to 27146e994776c0d13078ea0b15e04c279a867552.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/tests/script.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c
index e62b83df3b..87ac62a6a7 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -2550,7 +2550,7 @@ static HRESULT WINAPI ActiveScript_SetScriptSite(IActiveScript *iface, IActiveSc
     IActiveScriptSiteInterruptPoll *poll;
     IActiveScriptSiteDebug *debug;
     IServiceProvider *service;
-    ICanHandleException *canexpection;
+    ICanHandleException *canexception;
     LCID lcid;
     HRESULT hres;
 
@@ -2574,7 +2574,7 @@ static HRESULT WINAPI ActiveScript_SetScriptSite(IActiveScript *iface, IActiveSc
     if(SUCCEEDED(hres))
         IActiveScriptSiteDebug_Release(debug);
 
-    hres = IActiveScriptSite_QueryInterface(pass, &IID_ICanHandleException, (void**)&canexpection);
+    hres = IActiveScriptSite_QueryInterface(pass, &IID_ICanHandleException, (void**)&canexception);
     ok(hres == E_NOINTERFACE, "Could not get IID_ICanHandleException interface: %08x\n", hres);
 
     hres = IActiveScriptSite_QueryInterface(pass, &IID_IServiceProvider, (void**)&service);




More information about the wine-cvs mailing list