From 47b6d0af59fa4fc5934eadc3ce7ffee820523da6 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 18 Aug 2003 20:11:29 +0000 Subject: [PATCH] Spelling and case fixes. --- dlls/shlwapi/ordinal.c | 2 +- documentation/introduction.sgml | 2 +- graphics/x11drv/dib.c | 2 +- objects/dc.c | 2 +- programs/avitools/aviplay.c | 2 +- programs/notepad/main.c | 2 +- programs/regedit/main.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index 7d4fdd57629..5d2c7ba5296 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -1570,7 +1570,7 @@ HRESULT WINAPI SHLWAPI_173(IUnknown *pUnk, ULONG arg) TRACE("(%p,%ld)\n", pUnk, arg); /* Note: arg may not be a ULONG and pUnk2 is for sure not an IMalloc - - * We use this interface as its vtable entry is compatable with the + * We use this interface as its vtable entry is compatible with the * object in question. * FIXME: Find out what this object is and where it should be defined. */ diff --git a/documentation/introduction.sgml b/documentation/introduction.sgml index 3a2128b1f61..8855a36331b 100644 --- a/documentation/introduction.sgml +++ b/documentation/introduction.sgml @@ -398,7 +398,7 @@ CrossOver Plugin lets you use many Windows plugins directly from your Linux browser. In particular CrossOver - fully supports QuickTime, ShockWave Director, + fully supports QuickTime, Shockwave Director, Windows Media Player 6.4, Word Viewer, Excel Viewer, PowerPoint Viewer, and more... diff --git a/graphics/x11drv/dib.c b/graphics/x11drv/dib.c index 4a3db480883..c90e716b12c 100644 --- a/graphics/x11drv/dib.c +++ b/graphics/x11drv/dib.c @@ -5678,7 +5678,7 @@ static XImage *X11DRV_XShmCreateImage( int width, int height, int bpp, shmctl(shminfo->shmid, IPC_RMID, 0); return image; /* Success! */ } - /* An error occured */ + /* An error occurred */ shmdt(shminfo->shmaddr); } shmctl(shminfo->shmid, IPC_RMID, 0); diff --git a/objects/dc.c b/objects/dc.c index cf03aef7834..140860049b9 100644 --- a/objects/dc.c +++ b/objects/dc.c @@ -1456,7 +1456,7 @@ COLORREF WINAPI SetDCBrushColor(HDC hdc, COLORREF crColor) /*********************************************************************** * SetVirtualResolution (GDI32.@) * - * Undocumented on msdn. Called when powerpoint xp saves a file. + * Undocumented on msdn. Called when PowerPoint XP saves a file. */ DWORD WINAPI SetVirtualResolution(HDC hdc, DWORD dw2, DWORD dw3, DWORD dw4, DWORD dw5) { diff --git a/programs/avitools/aviplay.c b/programs/avitools/aviplay.c index aad111c729a..1ef1a499724 100644 --- a/programs/avitools/aviplay.c +++ b/programs/avitools/aviplay.c @@ -19,7 +19,7 @@ * * Status: * - plays .avi streams, video only - * - requires MicroSoft avifil32.dll and builtin msvfw32.dll. + * - requires Microsoft avifil32.dll and builtin msvfw32.dll. * * Todo: * - audio support (including synchronization etc) diff --git a/programs/notepad/main.c b/programs/notepad/main.c index 865392076a6..a63f0535d24 100644 --- a/programs/notepad/main.c +++ b/programs/notepad/main.c @@ -256,7 +256,7 @@ static void HandleCommandLine(LPWSTR cmdline) { static const WCHAR txtW[] = { '.','t','x','t',0 }; - /* try to find file with ".txt" extention */ + /* try to find file with ".txt" extension */ if (!lstrcmp(txtW, cmdline + lstrlen(cmdline) - lstrlen(txtW))) { file_exists = FALSE; diff --git a/programs/regedit/main.c b/programs/regedit/main.c index 6fc984d1fa1..d0357946fb3 100644 --- a/programs/regedit/main.c +++ b/programs/regedit/main.c @@ -55,7 +55,7 @@ TCHAR szChildClass[MAX_LOADSTRING]; * * FUNCTION: DynamicBind( void ) * - * PURPOSE: Binds all functions dependant on user32.dll + * PURPOSE: Binds all functions dependent on user32.dll */ static BOOL DynamicBind( void ) {