From e0a9e5ae26f888af90b6e0ed7b7a977e94e2cf7e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 29 May 2016 12:41:43 +0200 Subject: [PATCH] ole32: Spelling fixes. Signed-off-by: Francois Gouget Signed-off-by: Huw Davies Signed-off-by: Alexandre Julliard --- dlls/ole32/clipboard.c | 2 +- dlls/ole32/compobj.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c index b871bbc4679..2cc1cfa191e 100644 --- a/dlls/ole32/clipboard.c +++ b/dlls/ole32/clipboard.c @@ -1818,7 +1818,7 @@ void OLEClipbrd_UnInitialize(void) * * Enumerate all formats supported by the source and make * those formats available using delayed rendering using SetClipboardData. - * Cache the enumeration list and make that list visibile as the + * Cache the enumeration list and make that list visible as the * 'Ole Private Data' format on the clipboard. * */ diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index ced6f7d84aa..9050f0a0927 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -4989,8 +4989,8 @@ HRESULT WINAPI CoGetContextToken( ULONG_PTR *token ) context->IComThreadingInfo_iface.lpVtbl = &Context_Threading_Vtbl; context->IContextCallback_iface.lpVtbl = &Context_Callback_Vtbl; context->IObjContext_iface.lpVtbl = &Context_Object_Vtbl; - /* Context token does not take a reference, it's always zero until - interface is explicitely requested with CoGetObjectContext(). */ + /* Context token does not take a reference, it's always zero until the + interface is explicitly requested with CoGetObjectContext(). */ context->refs = 0; info->context_token = &context->IObjContext_iface;