Francois Gouget : exdisp.idl: Fix a typo in a method name.

Alexandre Julliard julliard at winehq.org
Mon Jul 4 09:54:40 CDT 2016


Module: wine
Branch: master
Commit: 5880f5c55604363fdb6a521f304290ae3be58cd0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5880f5c55604363fdb6a521f304290ae3be58cd0

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul  2 11:57:24 2016 +0200

exdisp.idl: Fix a typo in a method name.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/exdisp.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/exdisp.idl b/include/exdisp.idl
index 5ee9960..b665ce3 100644
--- a/include/exdisp.idl
+++ b/include/exdisp.idl
@@ -486,7 +486,7 @@ dispinterface DWebBrowserEvents2
             [in] BSTR bstrWorkerLabel);
 
     [id(DISPID_WEBWORKERFINISHED)]
-    void WebWorkerFinsihed([in] DWORD dwUniqueID);
+    void WebWorkerFinished([in] DWORD dwUniqueID);
 }
 
 [




More information about the wine-cvs mailing list