ole32: Fix a typo in a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ca147f51f0
commit
1ec8fa53db
|
@ -1776,7 +1776,7 @@ HRESULT WINAPI CoMarshalInterface(IStream *pStream, REFIID riid, IUnknown *pUnk,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("Calling IMarshal::MarshalInterace\n");
|
TRACE("Calling IMarshal::MarshalInterface\n");
|
||||||
/* call helper object to do the actual marshaling */
|
/* call helper object to do the actual marshaling */
|
||||||
hr = IMarshal_MarshalInterface(pMarshal, pStream, riid, pUnk, dwDestContext,
|
hr = IMarshal_MarshalInterface(pMarshal, pStream, riid, pUnk, dwDestContext,
|
||||||
pvDestContext, mshlFlags);
|
pvDestContext, mshlFlags);
|
||||||
|
|
Loading…
Reference in New Issue