Module: wine Branch: master Commit: 8519a6c49e011894eb1d0b373822b6c896227b89 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8519a6c49e011894eb1d0b3738...
Author: Huw Davies huw@codeweavers.com Date: Tue Nov 21 20:44:54 2006 +0000
ole32: Spelling fixes.
---
dlls/ole32/hglobalstream.c | 2 +- dlls/ole32/marshal.c | 8 ++++---- dlls/ole32/memlockbytes.c | 2 +- dlls/ole32/memlockbytes16.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dlls/ole32/hglobalstream.c b/dlls/ole32/hglobalstream.c index ae0ed91..0b7f2ef 100644 --- a/dlls/ole32/hglobalstream.c +++ b/dlls/ole32/hglobalstream.c @@ -49,7 +49,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(storage); /**************************************************************************** * HGLOBALStreamImpl definition. * - * This class imlements the IStream inteface and represents a stream + * This class implements the IStream interface and represents a stream * supported by an HGLOBAL pointer. */ struct HGLOBALStreamImpl diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index a3ff04e..dd50486 100644 --- a/dlls/ole32/marshal.c +++ b/dlls/ole32/marshal.c @@ -1755,7 +1755,7 @@ HRESULT WINAPI CoReleaseMarshalData(IStr * PARAMS * riid [I] Identifier of the interface to be marshalled. * pUnk [I] Pointer to IUnknown-derived interface that will be marshalled. - * ppStm [O] Pointer to IStream object that is created and then used to store the marshalled inteface. + * ppStm [O] Pointer to IStream object that is created and then used to store the marshalled interface. * * RETURNS * Success: S_OK @@ -1794,10 +1794,10 @@ HRESULT WINAPI CoMarshalInterThreadInter /*********************************************************************** * CoGetInterfaceAndReleaseStream [OLE32.@] * - * Unmarshalls an inteface from a stream and then releases the stream. + * Unmarshalls an interface from a stream and then releases the stream. * * PARAMS - * pStm [I] Stream that contains the marshalled inteface. + * pStm [I] Stream that contains the marshalled interface. * riid [I] Interface identifier of the object to unmarshall. * ppv [O] Address of pointer where the requested interface object will be stored. * @@ -1806,7 +1806,7 @@ HRESULT WINAPI CoMarshalInterThreadInter * Failure: A COM error code * * SEE ALSO - * CoMarshalInterThreadInterfaceInStream() and CoUnmarshalInteface() + * CoMarshalInterThreadInterfaceInStream() and CoUnmarshalInterface() */ HRESULT WINAPI CoGetInterfaceAndReleaseStream(LPSTREAM pStm, REFIID riid, LPVOID *ppv) diff --git a/dlls/ole32/memlockbytes.c b/dlls/ole32/memlockbytes.c index 77d1b78..ef02011 100644 --- a/dlls/ole32/memlockbytes.c +++ b/dlls/ole32/memlockbytes.c @@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole); /****************************************************************************** * HGLOBALLockBytesImpl definition. * - * This class imlements the ILockBytes inteface and represents a byte array + * This class implements the ILockBytes interface and represents a byte array * object supported by an HGLOBAL pointer. */ struct HGLOBALLockBytesImpl diff --git a/dlls/ole32/memlockbytes16.c b/dlls/ole32/memlockbytes16.c index 88d1598..bccb953 100644 --- a/dlls/ole32/memlockbytes16.c +++ b/dlls/ole32/memlockbytes16.c @@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole); /****************************************************************************** * HGLOBALLockBytesImpl16 definition. * - * This class imlements the ILockBytes inteface and represents a byte array + * This class implements the ILockBytes interface and represents a byte array * object supported by an HGLOBAL pointer. */ struct HGLOBALLockBytesImpl16