hlink: Fix the spelling of a parameter name.

oldstable
Francois Gouget 2011-08-03 11:36:46 +02:00 committed by Alexandre Julliard
parent c21bfe4479
commit 70c9510b45
1 changed files with 1 additions and 1 deletions

View File

@ -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;