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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-07-02 11:57:24 +02:00 committed by Alexandre Julliard
parent ec45ce75b6
commit 5880f5c556
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ dispinterface DWebBrowserEvents2
[in] BSTR bstrWorkerLabel);
[id(DISPID_WEBWORKERFINISHED)]
void WebWorkerFinsihed([in] DWORD dwUniqueID);
void WebWorkerFinished([in] DWORD dwUniqueID);
}
[