Assorted spelling fixes.

This commit is contained in:
Francois Gouget 2007-12-18 09:48:16 +01:00 committed by Alexandre Julliard
parent 796b2dd0a5
commit f1c27eda6b
4 changed files with 4 additions and 4 deletions

View File

@ -715,7 +715,7 @@ InitCommonControls (void)
*
* NOTES
* Probaly all versions of comctl32 initializes the Win95 controls in DllMain
* during DLL initializaiton. Starting from comctl32 v5.82 all the controls
* during DLL initialization. Starting from comctl32 v5.82 all the controls
* are initialized there. We follow this behaviour and this function is just
* a dummy.
*

View File

@ -183,7 +183,7 @@ static void test_swapchain(void)
ok(backbuffer != NULL, "The back buffer is NULL\n");
if(backbuffer) IDirect3DSurface9_Release(backbuffer);
/* Try to get a nonexistant swapchain */
/* Try to get a nonexistent swapchain */
hr = IDirect3DDevice9_GetSwapChain(pDevice, 1, &swapchainX);
ok(hr == D3DERR_INVALIDCALL, "GetSwapChain on an nonexistent swapchain returned (%s)\n", DXGetErrorString9(hr));
ok(swapchainX == NULL, "Swapchain 1 is %p\n", swapchainX);

View File

@ -2792,7 +2792,7 @@ DWORD WINAPI GetKerningPairsW( HDC hDC, DWORD cPairs,
* TranslateCharsetInfo [GDI32.@]
*
* Fills a CHARSETINFO structure for a character set, code page, or
* font. This allows making the correspondence between different labelings
* font. This allows making the correspondence between different labels
* (character set, Windows, ANSI, and OEM codepages, and Unicode ranges)
* of the same encoding.
*

View File

@ -482,7 +482,7 @@ static inline void UNIXFS_seconds_since_1970_to_dos_date_time(
* buffer 'pIDL'.
*
* PARAMS
* pszUnixPath [I] An absolute path. The SHITEMID will be build for the last component.
* pszUnixPath [I] An absolute path. The SHITEMID will be built for the last component.
* pIDL [O] SHITEMID will be constructed here.
*
* RETURNS