Assorted spelling fixes.

Francois Gouget fgouget at free.fr
Tue Mar 18 09:21:13 CDT 2008


---
 dlls/advapi32/tests/security.c |    2 +-
 dlls/d3dx9_24/d3dx9_24_main.c  |    2 +-
 dlls/d3dx9_25/d3dx9_25_main.c  |    2 +-
 dlls/d3dx9_26/d3dx9_26_main.c  |    2 +-
 dlls/d3dx9_27/d3dx9_27_main.c  |    2 +-
 dlls/d3dx9_28/d3dx9_28_main.c  |    2 +-
 dlls/d3dx9_29/d3dx9_29_main.c  |    2 +-
 dlls/d3dx9_30/d3dx9_30_main.c  |    2 +-
 dlls/d3dx9_31/d3dx9_31_main.c  |    2 +-
 dlls/d3dx9_32/d3dx9_32_main.c  |    2 +-
 dlls/d3dx9_33/d3dx9_33_main.c  |    2 +-
 dlls/d3dx9_34/d3dx9_34_main.c  |    2 +-
 dlls/d3dx9_35/d3dx9_35_main.c  |    2 +-
 dlls/d3dx9_36/d3dx9_36_main.c  |    2 +-
 dlls/msxml3/cdata.c            |    2 +-
 dlls/msxml3/node.c             |    2 +-
 dlls/msxml3/tests/domdoc.c     |    2 +-
 dlls/msxml3/text.c             |    2 +-
 dlls/qmgr/tests/enum_files.c   |    2 +-
 dlls/qmgr/tests/enum_jobs.c    |    2 +-
 dlls/qmgr/tests/file.c         |    4 ++--
 dlls/qmgr/tests/job.c          |    2 +-
 dlls/wined3d/glsl_shader.c     |    2 +-
 programs/cmd/wcmdmain.c        |    2 +-
 24 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index 027af2e..a1a44bb 100644
--- a/dlls/advapi32/tests/security.c
+++ b/dlls/advapi32/tests/security.c
@@ -1174,7 +1174,7 @@ static void test_CreateWellKnownSid()
             cb = sizeof(sid_buffer);
             if (!pCreateWellKnownSid(i, domainsid, sid_buffer, &cb))
             {
-                skip("Well know SIDs starting from %d are not implemented\n", i);
+                skip("Well known SIDs starting from %d are not implemented\n", i);
                 break;
             }
         }
diff --git a/dlls/d3dx9_24/d3dx9_24_main.c b/dlls/d3dx9_24/d3dx9_24_main.c
index 1d4e978..bd3e5bd 100644
--- a/dlls/d3dx9_24/d3dx9_24_main.c
+++ b/dlls/d3dx9_24/d3dx9_24_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_25/d3dx9_25_main.c b/dlls/d3dx9_25/d3dx9_25_main.c
index 7d1955a..2820664 100644
--- a/dlls/d3dx9_25/d3dx9_25_main.c
+++ b/dlls/d3dx9_25/d3dx9_25_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_26/d3dx9_26_main.c b/dlls/d3dx9_26/d3dx9_26_main.c
index 570bfea..3924412 100644
--- a/dlls/d3dx9_26/d3dx9_26_main.c
+++ b/dlls/d3dx9_26/d3dx9_26_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_27/d3dx9_27_main.c b/dlls/d3dx9_27/d3dx9_27_main.c
index e872a9d..1dfe8e0 100644
--- a/dlls/d3dx9_27/d3dx9_27_main.c
+++ b/dlls/d3dx9_27/d3dx9_27_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_28/d3dx9_28_main.c b/dlls/d3dx9_28/d3dx9_28_main.c
index d861b37..044c470 100644
--- a/dlls/d3dx9_28/d3dx9_28_main.c
+++ b/dlls/d3dx9_28/d3dx9_28_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_29/d3dx9_29_main.c b/dlls/d3dx9_29/d3dx9_29_main.c
index a1dc9ae..a111c3a 100644
--- a/dlls/d3dx9_29/d3dx9_29_main.c
+++ b/dlls/d3dx9_29/d3dx9_29_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_30/d3dx9_30_main.c b/dlls/d3dx9_30/d3dx9_30_main.c
index 1cafa41..f22a934 100644
--- a/dlls/d3dx9_30/d3dx9_30_main.c
+++ b/dlls/d3dx9_30/d3dx9_30_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_31/d3dx9_31_main.c b/dlls/d3dx9_31/d3dx9_31_main.c
index 13f8e17..44dd534 100644
--- a/dlls/d3dx9_31/d3dx9_31_main.c
+++ b/dlls/d3dx9_31/d3dx9_31_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_32/d3dx9_32_main.c b/dlls/d3dx9_32/d3dx9_32_main.c
index f03c439..74745fb 100644
--- a/dlls/d3dx9_32/d3dx9_32_main.c
+++ b/dlls/d3dx9_32/d3dx9_32_main.c
@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_33/d3dx9_33_main.c b/dlls/d3dx9_33/d3dx9_33_main.c
index e8e144b..862e0f1 100644
--- a/dlls/d3dx9_33/d3dx9_33_main.c
+++ b/dlls/d3dx9_33/d3dx9_33_main.c
@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_34/d3dx9_34_main.c b/dlls/d3dx9_34/d3dx9_34_main.c
index e34b4d6..05c0e72 100644
--- a/dlls/d3dx9_34/d3dx9_34_main.c
+++ b/dlls/d3dx9_34/d3dx9_34_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_35/d3dx9_35_main.c b/dlls/d3dx9_35/d3dx9_35_main.c
index bde5368..6d5e4d5 100644
--- a/dlls/d3dx9_35/d3dx9_35_main.c
+++ b/dlls/d3dx9_35/d3dx9_35_main.c
@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/d3dx9_36/d3dx9_36_main.c b/dlls/d3dx9_36/d3dx9_36_main.c
index fbf0eed..0cdba0c 100644
--- a/dlls/d3dx9_36/d3dx9_36_main.c
+++ b/dlls/d3dx9_36/d3dx9_36_main.c
@@ -56,7 +56,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 
 /***********************************************************************
  * D3DXCheckVersion
- * Checks wether we are compiling against the correct d3d and d3dx library.
+ * Checks whether we are compiling against the correct d3d and d3dx library.
  */
 BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
 {
diff --git a/dlls/msxml3/cdata.c b/dlls/msxml3/cdata.c
index f7f36b2..1d646e2 100644
--- a/dlls/msxml3/cdata.c
+++ b/dlls/msxml3/cdata.c
@@ -626,7 +626,7 @@ static HRESULT WINAPI domcdata_insertData(
 
     TRACE("%p\n", This);
 
-    /* If have a NULL or empty string, dont do anything. */
+    /* If have a NULL or empty string, don't do anything. */
     if(SysStringLen(p) == 0)
         return S_OK;
 
diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 0bff8e9..4cec2d3 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -293,7 +293,7 @@ static HRESULT WINAPI xmlnode_put_nodeValue(
     TRACE("%p type(%d)\n", This, This->node->type);
 
     /* Document, Document Fragment, Document Type, Element,
-        Entity, Entity Reference, Notation arent supported. */
+        Entity, Entity Reference, Notation aren't supported. */
     switch ( This->node->type )
     {
     case XML_ATTRIBUTE_NODE:
diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 9e3e72d..00eb52a 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -788,7 +788,7 @@ static void test_domdoc( void )
 
         /* test put_data */
         V_VT(&var) = VT_BSTR;
-        V_BSTR(&var) = SysAllocString(szOpen);  /* Doesnt matter what the string is, cannot set an xml node. */
+        V_BSTR(&var) = SysAllocString(szOpen);  /* Doesn't matter what the string is, cannot set an xml node. */
         r = IXMLDOMProcessingInstruction_put_nodeValue(nodePI, var);
         ok(r == E_FAIL, "ret %08x\n", r );
         VariantClear(&var);
diff --git a/dlls/msxml3/text.c b/dlls/msxml3/text.c
index 92dec48..52163a2 100644
--- a/dlls/msxml3/text.c
+++ b/dlls/msxml3/text.c
@@ -628,7 +628,7 @@ static HRESULT WINAPI domtext_insertData(
 
     TRACE("%p\n", This);
 
-    /* If have a NULL or empty string, dont do anything. */
+    /* If have a NULL or empty string, don't do anything. */
     if(SysStringLen(p) == 0)
         return S_OK;
 
diff --git a/dlls/qmgr/tests/enum_files.c b/dlls/qmgr/tests/enum_files.c
index ff2cb16..eeb8009 100644
--- a/dlls/qmgr/tests/enum_files.c
+++ b/dlls/qmgr/tests/enum_files.c
@@ -282,7 +282,7 @@ START_TEST(enum_files)
     CoInitialize(NULL);
     for (test = tests; *test; ++test)
     {
-        /* Keep state seperate between tests.  */
+        /* Keep state separate between tests. */
         if (!setup())
         {
             skip("Unable to setup test\n");
diff --git a/dlls/qmgr/tests/enum_jobs.c b/dlls/qmgr/tests/enum_jobs.c
index 343d97a..2b73631 100644
--- a/dlls/qmgr/tests/enum_jobs.c
+++ b/dlls/qmgr/tests/enum_jobs.c
@@ -307,7 +307,7 @@ START_TEST(enum_jobs)
     CoInitialize(NULL);
     for (test = tests; *test; ++test)
     {
-        /* Keep state seperate between tests.  */
+        /* Keep state separate between tests */
         if (!setup())
         {
             teardown();
diff --git a/dlls/qmgr/tests/file.c b/dlls/qmgr/tests/file.c
index 6b47b9e..05aec1c 100644
--- a/dlls/qmgr/tests/file.c
+++ b/dlls/qmgr/tests/file.c
@@ -159,7 +159,7 @@ static void test_GetProgress_PreTransfer(void)
         return;
     }
     ok(progress.BytesTotal == BG_SIZE_UNKNOWN, "Got incorrect total size: %llu\n", progress.BytesTotal);
-    ok(progress.BytesTransferred == 0, "Got incorrect number of transfered bytes: %llu\n", progress.BytesTransferred);
+    ok(progress.BytesTransferred == 0, "Got incorrect number of transferred bytes: %llu\n", progress.BytesTransferred);
     ok(progress.Completed == FALSE, "Got incorret completion status\n");
 }
 
@@ -178,7 +178,7 @@ START_TEST(file)
     CoInitialize(NULL);
     for (test = tests; *test; ++test)
     {
-        /* Keep state seperate between tests.  */
+        /* Keep state separate between tests. */
         if (!setup())
         {
             skip("Unable to setup test\n");
diff --git a/dlls/qmgr/tests/job.c b/dlls/qmgr/tests/job.c
index fe58fa3..e504b86 100644
--- a/dlls/qmgr/tests/job.c
+++ b/dlls/qmgr/tests/job.c
@@ -496,7 +496,7 @@ START_TEST(job)
     CoInitialize(NULL);
     for (test = tests; *test; ++test)
     {
-        /* Keep state seperate between tests.  */
+        /* Keep state separate between tests. */
         if (!setup())
         {
             skip("Unable to setup test\n");
diff --git a/dlls/wined3d/glsl_shader.c b/dlls/wined3d/glsl_shader.c
index 5a0b7c5..7fe504a 100644
--- a/dlls/wined3d/glsl_shader.c
+++ b/dlls/wined3d/glsl_shader.c
@@ -3358,7 +3358,7 @@ static void shader_glsl_free(IWineD3DDevice *iface) {
 }
 
 static BOOL shader_glsl_dirty_const(IWineD3DDevice *iface) {
-    /* TODO: GL_EXT_bindable_uniform can be used to share constants accross shaders */
+    /* TODO: GL_EXT_bindable_uniform can be used to share constants across shaders */
     return FALSE;
 }
 
diff --git a/programs/cmd/wcmdmain.c b/programs/cmd/wcmdmain.c
index 4c482ee..8d09967 100644
--- a/programs/cmd/wcmdmain.c
+++ b/programs/cmd/wcmdmain.c
@@ -662,7 +662,7 @@ void WCMD_execute (WCHAR *command, WCHAR *redirects,
  *	Redirect stdin, stdout and/or stderr if required.
  */
 
-    /* STDIN could come from a preceeding pipe, so delete on close if it does */
+    /* STDIN could come from a preceding pipe, so delete on close if it does */
     if (cmdList && (*cmdList)->pipeFile[0] != 0x00) {
         WINE_TRACE("Input coming from %s\n", wine_dbgstr_w((*cmdList)->pipeFile));
         h = CreateFile ((*cmdList)->pipeFile, GENERIC_READ,
-- 
1.5.4.3




More information about the wine-patches mailing list