Commit 304b4152 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling fixes.

parent 73f0b3c3
...@@ -1174,7 +1174,7 @@ static void test_CreateWellKnownSid() ...@@ -1174,7 +1174,7 @@ static void test_CreateWellKnownSid()
cb = sizeof(sid_buffer); cb = sizeof(sid_buffer);
if (!pCreateWellKnownSid(i, domainsid, sid_buffer, &cb)) 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; break;
} }
} }
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -55,7 +55,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -56,7 +56,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) ...@@ -56,7 +56,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
/*********************************************************************** /***********************************************************************
* D3DXCheckVersion * 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) BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
{ {
......
...@@ -626,7 +626,7 @@ static HRESULT WINAPI domcdata_insertData( ...@@ -626,7 +626,7 @@ static HRESULT WINAPI domcdata_insertData(
TRACE("%p\n", This); 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) if(SysStringLen(p) == 0)
return S_OK; return S_OK;
......
...@@ -293,7 +293,7 @@ static HRESULT WINAPI xmlnode_put_nodeValue( ...@@ -293,7 +293,7 @@ static HRESULT WINAPI xmlnode_put_nodeValue(
TRACE("%p type(%d)\n", This, This->node->type); TRACE("%p type(%d)\n", This, This->node->type);
/* Document, Document Fragment, Document Type, Element, /* Document, Document Fragment, Document Type, Element,
Entity, Entity Reference, Notation arent supported. */ Entity, Entity Reference, Notation aren't supported. */
switch ( This->node->type ) switch ( This->node->type )
{ {
case XML_ATTRIBUTE_NODE: case XML_ATTRIBUTE_NODE:
......
...@@ -788,7 +788,7 @@ static void test_domdoc( void ) ...@@ -788,7 +788,7 @@ static void test_domdoc( void )
/* test put_data */ /* test put_data */
V_VT(&var) = VT_BSTR; 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); r = IXMLDOMProcessingInstruction_put_nodeValue(nodePI, var);
ok(r == E_FAIL, "ret %08x\n", r ); ok(r == E_FAIL, "ret %08x\n", r );
VariantClear(&var); VariantClear(&var);
......
...@@ -628,7 +628,7 @@ static HRESULT WINAPI domtext_insertData( ...@@ -628,7 +628,7 @@ static HRESULT WINAPI domtext_insertData(
TRACE("%p\n", This); 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) if(SysStringLen(p) == 0)
return S_OK; return S_OK;
......
...@@ -282,7 +282,7 @@ START_TEST(enum_files) ...@@ -282,7 +282,7 @@ START_TEST(enum_files)
CoInitialize(NULL); CoInitialize(NULL);
for (test = tests; *test; ++test) for (test = tests; *test; ++test)
{ {
/* Keep state seperate between tests. */ /* Keep state separate between tests. */
if (!setup()) if (!setup())
{ {
skip("Unable to setup test\n"); skip("Unable to setup test\n");
......
...@@ -307,7 +307,7 @@ START_TEST(enum_jobs) ...@@ -307,7 +307,7 @@ START_TEST(enum_jobs)
CoInitialize(NULL); CoInitialize(NULL);
for (test = tests; *test; ++test) for (test = tests; *test; ++test)
{ {
/* Keep state seperate between tests. */ /* Keep state separate between tests */
if (!setup()) if (!setup())
{ {
teardown(); teardown();
......
...@@ -159,7 +159,7 @@ static void test_GetProgress_PreTransfer(void) ...@@ -159,7 +159,7 @@ static void test_GetProgress_PreTransfer(void)
return; return;
} }
ok(progress.BytesTotal == BG_SIZE_UNKNOWN, "Got incorrect total size: %llu\n", progress.BytesTotal); 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"); ok(progress.Completed == FALSE, "Got incorret completion status\n");
} }
...@@ -178,7 +178,7 @@ START_TEST(file) ...@@ -178,7 +178,7 @@ START_TEST(file)
CoInitialize(NULL); CoInitialize(NULL);
for (test = tests; *test; ++test) for (test = tests; *test; ++test)
{ {
/* Keep state seperate between tests. */ /* Keep state separate between tests. */
if (!setup()) if (!setup())
{ {
skip("Unable to setup test\n"); skip("Unable to setup test\n");
......
...@@ -496,7 +496,7 @@ START_TEST(job) ...@@ -496,7 +496,7 @@ START_TEST(job)
CoInitialize(NULL); CoInitialize(NULL);
for (test = tests; *test; ++test) for (test = tests; *test; ++test)
{ {
/* Keep state seperate between tests. */ /* Keep state separate between tests. */
if (!setup()) if (!setup())
{ {
skip("Unable to setup test\n"); skip("Unable to setup test\n");
......
...@@ -3358,7 +3358,7 @@ static void shader_glsl_free(IWineD3DDevice *iface) { ...@@ -3358,7 +3358,7 @@ static void shader_glsl_free(IWineD3DDevice *iface) {
} }
static BOOL shader_glsl_dirty_const(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; return FALSE;
} }
......
...@@ -662,7 +662,7 @@ void WCMD_execute (WCHAR *command, WCHAR *redirects, ...@@ -662,7 +662,7 @@ void WCMD_execute (WCHAR *command, WCHAR *redirects,
* Redirect stdin, stdout and/or stderr if required. * 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) { if (cmdList && (*cmdList)->pipeFile[0] != 0x00) {
WINE_TRACE("Input coming from %s\n", wine_dbgstr_w((*cmdList)->pipeFile)); WINE_TRACE("Input coming from %s\n", wine_dbgstr_w((*cmdList)->pipeFile));
h = CreateFile ((*cmdList)->pipeFile, GENERIC_READ, h = CreateFile ((*cmdList)->pipeFile, GENERIC_READ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment