Francois Gouget : hlink: Fix the spelling of the Hlink::SetAdditionalParams () implementation.

Alexandre Julliard julliard at winehq.org
Mon May 14 14:26:04 CDT 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon May 14 01:05:07 2012 +0200

hlink: Fix the spelling of the Hlink::SetAdditionalParams() implementation.

---

 dlls/hlink/link.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/hlink/link.c b/dlls/hlink/link.c
index 2ea4e2c..72e792b 100644
--- a/dlls/hlink/link.c
+++ b/dlls/hlink/link.c
@@ -528,7 +528,7 @@ static HRESULT WINAPI IHlink_fnNavigate(IHlink* iface, DWORD grfHLNF, LPBC pbc,
     return r;
 }
 
-static HRESULT WINAPI IHlink_fnSetAdditonalParams(IHlink* iface,
+static HRESULT WINAPI IHlink_fnSetAdditionalParams(IHlink* iface,
         LPCWSTR pwzAdditionalParams)
 {
     TRACE("Not implemented in native IHlink\n");
@@ -559,7 +559,7 @@ static const IHlinkVtbl hlvt =
     IHlink_fnGetTargetFrameName,
     IHlink_fnGetMiscStatus,
     IHlink_fnNavigate,
-    IHlink_fnSetAdditonalParams,
+    IHlink_fnSetAdditionalParams,
     IHlink_fnGetAdditionalParams
 };
 




More information about the wine-cvs mailing list