From 1ec8fa53db86c54d5b023927fdf83a460116d7d7 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 23 Apr 2016 07:48:48 +0200 Subject: [PATCH] ole32: Fix a typo in a TRACE() message. Signed-off-by: Francois Gouget Signed-off-by: Huw Davies Signed-off-by: Alexandre Julliard --- dlls/ole32/marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index 73b94095e9b..bdde38ba213 100644 --- a/dlls/ole32/marshal.c +++ b/dlls/ole32/marshal.c @@ -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 */ hr = IMarshal_MarshalInterface(pMarshal, pStream, riid, pUnk, dwDestContext, pvDestContext, mshlFlags); -- 2.11.4.GIT