Assorted spelling fixes.

Francois Gouget fgouget at free.fr
Tue Dec 18 02:48:16 CST 2007


---
 dlls/comctl32/commctrl.c     |    2 +-
 dlls/d3d9/tests/device.c     |    2 +-
 dlls/gdi32/font.c            |    2 +-
 dlls/shell32/shfldr_unixfs.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c
index 60ea2ef..7fe5676 100644
--- a/dlls/comctl32/commctrl.c
+++ b/dlls/comctl32/commctrl.c
@@ -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.
  *
diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c
index ff0975f..5598ecb 100644
--- a/dlls/d3d9/tests/device.c
+++ b/dlls/d3d9/tests/device.c
@@ -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);
diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c
index 1ab2674..7ff416d 100644
--- a/dlls/gdi32/font.c
+++ b/dlls/gdi32/font.c
@@ -2794,7 +2794,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.
  *
diff --git a/dlls/shell32/shfldr_unixfs.c b/dlls/shell32/shfldr_unixfs.c
index 72c1965..e4cea4a 100644
--- a/dlls/shell32/shfldr_unixfs.c
+++ b/dlls/shell32/shfldr_unixfs.c
@@ -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
-- 
1.5.3.4




More information about the wine-patches mailing list