Changelog: * dlls/cabinet/fdi.c, dlls/shlwapi/ordinal.c, documentation/introduction.sgml, graphics/x11drv/dib.c, objects/dc.c, programs/avitools/aviplay.c, programs/notepad/main.c Spelling and case fixes. Index: dlls/cabinet/fdi.c =================================================================== RCS file: /home/wine/wine/dlls/cabinet/fdi.c,v retrieving revision 1.13 diff -u -r1.13 fdi.c --- dlls/cabinet/fdi.c 5 Aug 2003 18:31:55 -0000 1.13 +++ dlls/cabinet/fdi.c 14 Aug 2003 06:38:38 -0000 @@ -2146,7 +2146,7 @@ * pfdin. The only part of that structure which is assigned for every callback * is the pv element, which contains the arbitrary value which was passed to * FDICopy in the pvUser argument (psz1 is also used each time, but its meaning - * is highly dependant on fdint). + * is highly dependent on fdint). * * If you encounter unknown notifications, you should return zero if you want * decompression to continue (or -1 to abort). All strings used in the Index: dlls/shlwapi/ordinal.c =================================================================== RCS file: /home/wine/wine/dlls/shlwapi/ordinal.c,v retrieving revision 1.68 diff -u -r1.68 ordinal.c --- dlls/shlwapi/ordinal.c 26 Jul 2003 20:25:14 -0000 1.68 +++ dlls/shlwapi/ordinal.c 14 Aug 2003 06:38:50 -0000 @@ -1570,7 +1570,7 @@ 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. */ Index: documentation/introduction.sgml =================================================================== RCS file: /home/wine/wine/documentation/introduction.sgml,v retrieving revision 1.15 diff -u -r1.15 introduction.sgml --- documentation/introduction.sgml 21 Jul 2003 22:42:50 -0000 1.15 +++ documentation/introduction.sgml 14 Aug 2003 06:39:00 -0000 @@ -398,7 +398,7 @@ <entry> 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... </entry> Index: graphics/x11drv/dib.c =================================================================== RCS file: /home/wine/wine/graphics/x11drv/dib.c,v retrieving revision 1.109 diff -u -r1.109 dib.c --- graphics/x11drv/dib.c 13 May 2003 23:56:12 -0000 1.109 +++ graphics/x11drv/dib.c 14 Aug 2003 06:39:17 -0000 @@ -5678,7 +5678,7 @@ shmctl(shminfo->shmid, IPC_RMID, 0); return image; /* Success! */ } - /* An error occured */ + /* An error occurred */ shmdt(shminfo->shmaddr); } shmctl(shminfo->shmid, IPC_RMID, 0); Index: objects/dc.c =================================================================== RCS file: /home/wine/wine/objects/dc.c,v retrieving revision 1.98 diff -u -r1.98 dc.c --- objects/dc.c 13 Aug 2003 19:35:52 -0000 1.98 +++ objects/dc.c 14 Aug 2003 06:39:21 -0000 @@ -1456,7 +1456,7 @@ /*********************************************************************** * 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) { Index: programs/avitools/aviplay.c =================================================================== RCS file: /home/wine/wine/programs/avitools/aviplay.c,v retrieving revision 1.15 diff -u -r1.15 aviplay.c --- programs/avitools/aviplay.c 7 Jan 2003 23:11:12 -0000 1.15 +++ programs/avitools/aviplay.c 14 Aug 2003 06:39:22 -0000 @@ -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) Index: programs/notepad/main.c =================================================================== RCS file: /home/wine/wine/programs/notepad/main.c,v retrieving revision 1.28 diff -u -r1.28 main.c --- programs/notepad/main.c 21 Jul 2003 20:05:33 -0000 1.28 +++ programs/notepad/main.c 14 Aug 2003 06:39:23 -0000 @@ -256,7 +256,7 @@ { 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; Index: programs/regedit/main.c =================================================================== RCS file: /home/wine/wine/programs/regedit/main.c,v retrieving revision 1.1 diff -u -r1.1 main.c --- programs/regedit/main.c 7 Aug 2003 03:10:13 -0000 1.1 +++ programs/regedit/main.c 14 Aug 2003 06:39:24 -0000 @@ -55,7 +55,7 @@ * * FUNCTION: DynamicBind( void ) * - * PURPOSE: Binds all functions dependant on user32.dll + * PURPOSE: Binds all functions dependent on user32.dll */ static BOOL DynamicBind( void ) { -- Francois Gouget fgouget@codeweavers.com