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

Francois Gouget fgouget at free.fr
Sun May 13 18:05:07 CDT 2012


---

We can name our private implementation function any way we like, but the 
official name for that function is not misspelt anyway.

 dlls/hlink/link.c |    4 ++--
 1 file 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
 };
 
-- 
1.7.10




More information about the wine-patches mailing list