Francois Gouget : hlink: Fix the spelling of a parameter name.

Alexandre Julliard julliard at winehq.org
Wed Aug 3 12:48:11 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Aug  3 11:36:46 2011 +0200

hlink: Fix the spelling of a parameter name.

---

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

diff --git a/dlls/hlink/browse_ctx.c b/dlls/hlink/browse_ctx.c
index 2496f9a..f6735d8 100644
--- a/dlls/hlink/browse_ctx.c
+++ b/dlls/hlink/browse_ctx.c
@@ -271,7 +271,7 @@ static HRESULT WINAPI IHlinkBC_Clone( IHlinkBrowseContext* iface,
 }
 
 static HRESULT WINAPI IHlinkBC_Close(IHlinkBrowseContext* iface,
-        DWORD reserverd)
+        DWORD reserved)
 {
     FIXME("\n");
     return E_NOTIMPL;




More information about the wine-cvs mailing list