Commit 4c8e2182 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Assorted spelling fixes.

parent 59a43c4c
...@@ -80,7 +80,7 @@ typedef struct CCPRIVATE ...@@ -80,7 +80,7 @@ typedef struct CCPRIVATE
RECT fullsize; /* original dialog window size */ RECT fullsize; /* original dialog window size */
UINT msetrgb; /* # of SETRGBSTRING message (today not used) */ UINT msetrgb; /* # of SETRGBSTRING message (today not used) */
RECT old3angle; /* last position of l-marker */ RECT old3angle; /* last position of l-marker */
RECT oldcross; /* last position of color/satuation marker */ RECT oldcross; /* last position of color/saturation marker */
BOOL updating; /* to prevent recursive WM_COMMAND/EN_UPDATE processing */ BOOL updating; /* to prevent recursive WM_COMMAND/EN_UPDATE processing */
int h; int h;
int s; int s;
......
...@@ -58,7 +58,7 @@ typedef struct CCPRIVATE ...@@ -58,7 +58,7 @@ typedef struct CCPRIVATE
RECT fullsize; /* original dialog window size */ RECT fullsize; /* original dialog window size */
UINT msetrgb; /* # of SETRGBSTRING message (today not used) */ UINT msetrgb; /* # of SETRGBSTRING message (today not used) */
RECT old3angle; /* last position of l-marker */ RECT old3angle; /* last position of l-marker */
RECT oldcross; /* last position of color/satuation marker */ RECT oldcross; /* last position of color/saturation marker */
BOOL updating; /* to prevent recursive WM_COMMAND/EN_UPDATE processing */ BOOL updating; /* to prevent recursive WM_COMMAND/EN_UPDATE processing */
int h; int h;
int s; int s;
......
...@@ -1834,7 +1834,7 @@ BOOL FILEDLG95_OnOpen(HWND hwnd) ...@@ -1834,7 +1834,7 @@ BOOL FILEDLG95_OnOpen(HWND hwnd)
TRACE("current directory=%s\n", debugstr_w(lpstrPathAndFile)); TRACE("current directory=%s\n", debugstr_w(lpstrPathAndFile));
/* if the user specifyed a fully qualified path use it */ /* if the user specified a fully qualified path use it */
if(PathIsRelativeW(lpstrFileList)) if(PathIsRelativeW(lpstrFileList))
{ {
lstrcatW(lpstrPathAndFile, lpstrFileList); lstrcatW(lpstrPathAndFile, lpstrFileList);
...@@ -3681,7 +3681,7 @@ static void CALLBACK FD32_UpdateResult(const FD31_DATA *lfs) ...@@ -3681,7 +3681,7 @@ static void CALLBACK FD32_UpdateResult(const FD31_DATA *lfs)
priv->ofnA->lpstrFile, ofnW->nMaxFile, NULL, NULL )) priv->ofnA->lpstrFile, ofnW->nMaxFile, NULL, NULL ))
priv->ofnA->lpstrFile[ofnW->nMaxFile-1] = 0; priv->ofnA->lpstrFile[ofnW->nMaxFile-1] = 0;
/* offsets are not guarenteed to be the same in WCHAR to MULTIBYTE conversion */ /* offsets are not guaranteed to be the same in WCHAR to MULTIBYTE conversion */
/* set filename offset */ /* set filename offset */
lpszTemp = PathFindFileNameA(priv->ofnA->lpstrFile); lpszTemp = PathFindFileNameA(priv->ofnA->lpstrFile);
priv->ofnA->nFileOffset = (lpszTemp - priv->ofnA->lpstrFile); priv->ofnA->nFileOffset = (lpszTemp - priv->ofnA->lpstrFile);
...@@ -3813,7 +3813,7 @@ static INT_PTR CALLBACK FD32_FileOpenDlgProc(HWND hWnd, UINT wMsg, ...@@ -3813,7 +3813,7 @@ static INT_PTR CALLBACK FD32_FileOpenDlgProc(HWND hWnd, UINT wMsg,
* *
* Creates a win31 style dialog box for the user to select a file to open/save. * Creates a win31 style dialog box for the user to select a file to open/save.
*/ */
static BOOL GetFileName31A(LPOPENFILENAMEA lpofn, /* addess of structure with data*/ static BOOL GetFileName31A(LPOPENFILENAMEA lpofn, /* address of structure with data*/
UINT dlgType /* type dialogue : open/save */ UINT dlgType /* type dialogue : open/save */
) )
{ {
...@@ -3844,7 +3844,7 @@ static BOOL GetFileName31A(LPOPENFILENAMEA lpofn, /* addess of structure with da ...@@ -3844,7 +3844,7 @@ static BOOL GetFileName31A(LPOPENFILENAMEA lpofn, /* addess of structure with da
* *
* Creates a win31 style dialog box for the user to select a file to open/save * Creates a win31 style dialog box for the user to select a file to open/save
*/ */
static BOOL GetFileName31W(LPOPENFILENAMEW lpofn, /* addess of structure with data*/ static BOOL GetFileName31W(LPOPENFILENAMEW lpofn, /* address of structure with data*/
UINT dlgType /* type dialogue : open/save */ UINT dlgType /* type dialogue : open/save */
) )
{ {
......
...@@ -73,7 +73,7 @@ static void FD16_MapOfnStruct16(const OPENFILENAME16 *ofn16, LPOPENFILENAMEW ofn ...@@ -73,7 +73,7 @@ static void FD16_MapOfnStruct16(const OPENFILENAME16 *ofn16, LPOPENFILENAMEW ofn
if (HIWORD(ofn16->lpTemplateName)) if (HIWORD(ofn16->lpTemplateName))
ofnA.lpTemplateName = MapSL(ofn16->lpTemplateName); ofnA.lpTemplateName = MapSL(ofn16->lpTemplateName);
else else
ofnA.lpTemplateName = (LPSTR) ofn16->lpTemplateName; /* ressource number */ ofnA.lpTemplateName = (LPSTR) ofn16->lpTemplateName; /* resource number */
/* now calls the 32 bits Ansi to Unicode version to complete the job */ /* now calls the 32 bits Ansi to Unicode version to complete the job */
FD31_MapOfnStructA(&ofnA, ofnW, open); FD31_MapOfnStructA(&ofnA, ofnW, open);
} }
...@@ -485,7 +485,7 @@ BOOL16 WINAPI GetOpenFileName16( ...@@ -485,7 +485,7 @@ BOOL16 WINAPI GetOpenFileName16(
* unknown. There are some FIXME's left. * unknown. There are some FIXME's left.
*/ */
BOOL16 WINAPI GetSaveFileName16( BOOL16 WINAPI GetSaveFileName16(
SEGPTR ofn /* [in/out] addess of structure with data*/ SEGPTR ofn /* [in/out] address of structure with data*/
) )
{ {
HINSTANCE16 hInst; HINSTANCE16 hInst;
......
...@@ -3246,7 +3246,7 @@ PRINTDLG_PageDlgProcA(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) ...@@ -3246,7 +3246,7 @@ PRINTDLG_PageDlgProcA(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
GWLP_WNDPROC, GWLP_WNDPROC,
(ULONG_PTR)PRINTDLG_PagePaintProc); (ULONG_PTR)PRINTDLG_PagePaintProc);
/* FIXME: Paint hook. Must it be at begin of initializtion or at end? */ /* FIXME: Paint hook. Must it be at begin of initialization or at end? */
res = TRUE; res = TRUE;
if (pda->dlga->Flags & PSD_ENABLEPAGESETUPHOOK) { if (pda->dlga->Flags & PSD_ENABLEPAGESETUPHOOK) {
if (!pda->dlga->lpfnPageSetupHook(hDlg,uMsg,wParam,(LPARAM)pda->dlga)) if (!pda->dlga->lpfnPageSetupHook(hDlg,uMsg,wParam,(LPARAM)pda->dlga))
......
...@@ -97,7 +97,7 @@ static BOOL add_line_to_buffer(struct DynamicBuffer *buffer, LPCSTR line) ...@@ -97,7 +97,7 @@ static BOOL add_line_to_buffer(struct DynamicBuffer *buffer, LPCSTR line)
} }
/* Reads any base64-encoded certificates present in fp and adds them to store. /* Reads any base64-encoded certificates present in fp and adds them to store.
* Returns TRUE if any certifcates were successfully imported. * Returns TRUE if any certificates were successfully imported.
*/ */
static BOOL import_base64_certs_from_fp(FILE *fp, HCERTSTORE store) static BOOL import_base64_certs_from_fp(FILE *fp, HCERTSTORE store)
{ {
......
...@@ -1921,7 +1921,7 @@ static void test_decode_msg_update(void) ...@@ -1921,7 +1921,7 @@ static void test_decode_msg_update(void)
"Expected CRYPT_E_ASN1_BADTAG, got %x\n", GetLastError()); "Expected CRYPT_E_ASN1_BADTAG, got %x\n", GetLastError());
CryptMsgClose(msg); CryptMsgClose(msg);
/* An empty message can be opened with indetermined type.. */ /* An empty message can be opened with undetermined type.. */
msg = CryptMsgOpenToDecode(PKCS_7_ASN_ENCODING, 0, 0, 0, NULL, NULL); msg = CryptMsgOpenToDecode(PKCS_7_ASN_ENCODING, 0, 0, 0, NULL, NULL);
ret = CryptMsgUpdate(msg, dataEmptyContent, sizeof(dataEmptyContent), ret = CryptMsgUpdate(msg, dataEmptyContent, sizeof(dataEmptyContent),
TRUE); TRUE);
......
...@@ -1942,7 +1942,7 @@ static void test_I_UpdateStore(void) ...@@ -1942,7 +1942,7 @@ static void test_I_UpdateStore(void)
} }
CertDeleteCertificateFromStore(cert); CertDeleteCertificateFromStore(cert);
/* If a context is deleted from store2, I_CertUpdateStore delets it /* If a context is deleted from store2, I_CertUpdateStore deletes it
* from store1 * from store1
*/ */
ret = pI_CertUpdatestore(store1, store2, 0, 0); ret = pI_CertUpdatestore(store1, store2, 0, 0);
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#ifndef H_CTAPI #ifndef H_CTAPI
#define H_CTAPI #define H_CTAPI
/* More uniqe defines */ /* More unique defines */
#define CT_API_AD_HOST 2 #define CT_API_AD_HOST 2
#define CT_API_AD_REMOTE 5 #define CT_API_AD_REMOTE 5
......
...@@ -940,7 +940,7 @@ static void test_shader(void) ...@@ -940,7 +940,7 @@ static void test_shader(void)
HeapFree(GetProcessHeap(), 0, data); HeapFree(GetProcessHeap(), 0, data);
/* Verify that we can retrieve the shader function */ /* Verify that we can retrieve the shader function */
hr = IDirect3DDevice8_GetVertexShaderFunction(pDevice, hVertexShader, NULL, &data_size); hr = IDirect3DDevice8_GetVertexShaderFunction(pDevice, hVertexShader, NULL, &data_size);
ok(hr == D3D_OK, "IDirect3DDevice8_GetVertexShaderFucntion returned %#08x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice8_GetVertexShaderFunction returned %#08x\n", hr);
ok(data_size == simple_vs_size, "Got data_size %u, expected %u\n", data_size, simple_vs_size); ok(data_size == simple_vs_size, "Got data_size %u, expected %u\n", data_size, simple_vs_size);
data = HeapAlloc(GetProcessHeap(), 0, simple_vs_size); data = HeapAlloc(GetProcessHeap(), 0, simple_vs_size);
data_size = 1; data_size = 1;
......
...@@ -805,7 +805,7 @@ static void test_reset(void) ...@@ -805,7 +805,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
ZeroMemory(&vp, sizeof(vp)); ZeroMemory(&vp, sizeof(vp));
hr = IDirect3DDevice9_GetViewport(pDevice, &vp); hr = IDirect3DDevice9_GetViewport(pDevice, &vp);
...@@ -848,7 +848,7 @@ static void test_reset(void) ...@@ -848,7 +848,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
width = GetSystemMetrics(SM_CXSCREEN); width = GetSystemMetrics(SM_CXSCREEN);
height = GetSystemMetrics(SM_CYSCREEN); height = GetSystemMetrics(SM_CYSCREEN);
...@@ -901,7 +901,7 @@ static void test_reset(void) ...@@ -901,7 +901,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
/* Scratch, sysmem and managed pools are fine */ /* Scratch, sysmem and managed pools are fine */
hr = IDirect3DDevice9_CreateOffscreenPlainSurface(pDevice, 16, 16, D3DFMT_R5G6B5, D3DPOOL_SCRATCH, &surface, NULL); hr = IDirect3DDevice9_CreateOffscreenPlainSurface(pDevice, 16, 16, D3DFMT_R5G6B5, D3DPOOL_SCRATCH, &surface, NULL);
...@@ -909,7 +909,7 @@ static void test_reset(void) ...@@ -909,7 +909,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
IDirect3DSurface9_Release(surface); IDirect3DSurface9_Release(surface);
hr = IDirect3DDevice9_CreateOffscreenPlainSurface(pDevice, 16, 16, D3DFMT_R5G6B5, D3DPOOL_SYSTEMMEM, &surface, NULL); hr = IDirect3DDevice9_CreateOffscreenPlainSurface(pDevice, 16, 16, D3DFMT_R5G6B5, D3DPOOL_SYSTEMMEM, &surface, NULL);
...@@ -917,7 +917,7 @@ static void test_reset(void) ...@@ -917,7 +917,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
IDirect3DSurface9_Release(surface); IDirect3DSurface9_Release(surface);
hr = IDirect3DDevice9_CreateTexture(pDevice, 16, 16, 0, 0, D3DFMT_R5G6B5, D3DPOOL_MANAGED, &texture, NULL); hr = IDirect3DDevice9_CreateTexture(pDevice, 16, 16, 0, 0, D3DFMT_R5G6B5, D3DPOOL_MANAGED, &texture, NULL);
...@@ -925,7 +925,7 @@ static void test_reset(void) ...@@ -925,7 +925,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
IDirect3DTexture9_Release(texture); IDirect3DTexture9_Release(texture);
/* A reference held to an implicit surface causes failures as well */ /* A reference held to an implicit surface causes failures as well */
...@@ -939,7 +939,7 @@ static void test_reset(void) ...@@ -939,7 +939,7 @@ static void test_reset(void)
hr = IDirect3DDevice9_Reset(pDevice, &d3dpp); hr = IDirect3DDevice9_Reset(pDevice, &d3dpp);
ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr)); ok(hr == D3D_OK, "IDirect3DDevice9_Reset failed with %s\n", DXGetErrorString9(hr));
hr = IDirect3DDevice9_TestCooperativeLevel(pDevice); hr = IDirect3DDevice9_TestCooperativeLevel(pDevice);
ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successfull reset returned %#x\n", hr); ok(hr == D3D_OK, "IDirect3DDevice9_TestCooperativeLevel after a successful reset returned %#x\n", hr);
/* Shaders are fine as well */ /* Shaders are fine as well */
hr = IDirect3DDevice9_CreateVertexShader(pDevice, simple_vs, &shader); hr = IDirect3DDevice9_CreateVertexShader(pDevice, simple_vs, &shader);
......
...@@ -744,7 +744,7 @@ IDirectDrawSurfaceImpl_Flip(IDirectDrawSurface7 *iface, ...@@ -744,7 +744,7 @@ IDirectDrawSurfaceImpl_Flip(IDirectDrawSurface7 *iface,
* Params: * Params:
* DestRect: Destination rectangle, can be NULL * DestRect: Destination rectangle, can be NULL
* SrcSurface: Source surface, can be NULL * SrcSurface: Source surface, can be NULL
* SrcRect: Source rectange, can be NULL * SrcRect: Source rectangle, can be NULL
* Flags: Blt flags * Flags: Blt flags
* DDBltFx: Some extended blt parameters, connected to the flags * DDBltFx: Some extended blt parameters, connected to the flags
* *
......
...@@ -1072,7 +1072,7 @@ static void D3D1_TextureMapBlendTest(void) ...@@ -1072,7 +1072,7 @@ static void D3D1_TextureMapBlendTest(void)
{0.0f, 480.0f, 0.0f, 1.0f, 0x008000ff, 0, 0.0f, 1.0f} {0.0f, 480.0f, 0.0f, 1.0f, 0x008000ff, 0, 0.0f, 1.0f}
}; };
/* 1) Test alpha with DDPF_ALPHAPIXELS texture - should be be taken from texture alpha channel*/ /* 1) Test alpha with DDPF_ALPHAPIXELS texture - should be taken from texture alpha channel*/
memset (&ddsd, 0, sizeof (ddsd)); memset (&ddsd, 0, sizeof (ddsd));
ddsd.dwSize = sizeof (ddsd); ddsd.dwSize = sizeof (ddsd);
ddsd.dwFlags = DDSD_CAPS | DDSD_HEIGHT | DDSD_WIDTH | DDSD_PIXELFORMAT; ddsd.dwFlags = DDSD_CAPS | DDSD_HEIGHT | DDSD_WIDTH | DDSD_PIXELFORMAT;
...@@ -1199,7 +1199,7 @@ static void D3D1_TextureMapBlendTest(void) ...@@ -1199,7 +1199,7 @@ static void D3D1_TextureMapBlendTest(void)
blue = (color & 0x000000ff); blue = (color & 0x000000ff);
ok(red == 0 && green == 0 && blue == 0xff, "Got color %08x, expected 000000ff or near\n", color); ok(red == 0 && green == 0 && blue == 0xff, "Got color %08x, expected 000000ff or near\n", color);
/* 2) Test alpha with texture that has no alpha channel - alpha should be be taken from diffuse color */ /* 2) Test alpha with texture that has no alpha channel - alpha should be taken from diffuse color */
if(Texture) IDirect3DTexture_Release(Texture); if(Texture) IDirect3DTexture_Release(Texture);
Texture = NULL; Texture = NULL;
if(TexSurface) IDirectDrawSurface_Release(TexSurface); if(TexSurface) IDirectDrawSurface_Release(TexSurface);
......
...@@ -193,7 +193,7 @@ static LONG copy_servername_from_name(LPCWSTR name, LPWSTR target) ...@@ -193,7 +193,7 @@ static LONG copy_servername_from_name(LPCWSTR name, LPWSTR target)
if ((name[0] != '\\') || (name[1] != '\\')) return 0; if ((name[0] != '\\') || (name[1] != '\\')) return 0;
server = &name[2]; server = &name[2];
/* skip over both backslash, find seperator '\' */ /* skip over both backslash, find separator '\' */
ptr = strchrW(server, '\\'); ptr = strchrW(server, '\\');
serverlen = (ptr) ? ptr - server : lstrlenW(server); serverlen = (ptr) ? ptr - server : lstrlenW(server);
......
...@@ -70,7 +70,7 @@ static HRESULT WINAPI domfrag_QueryInterface( ...@@ -70,7 +70,7 @@ static HRESULT WINAPI domfrag_QueryInterface(
} }
else else
{ {
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid)); FIXME("Unsupported interface %s\n", debugstr_guid(riid));
return E_NOINTERFACE; return E_NOINTERFACE;
} }
......
...@@ -70,7 +70,7 @@ static HRESULT WINAPI entityref_QueryInterface( ...@@ -70,7 +70,7 @@ static HRESULT WINAPI entityref_QueryInterface(
} }
else else
{ {
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid)); FIXME("Unsupported interface %s\n", debugstr_guid(riid));
return E_NOINTERFACE; return E_NOINTERFACE;
} }
......
...@@ -358,7 +358,7 @@ void BIGBLOCKFILE_SetSize(LPBIGBLOCKFILE This, ULARGE_INTEGER newSize) ...@@ -358,7 +358,7 @@ void BIGBLOCKFILE_SetSize(LPBIGBLOCKFILE This, ULARGE_INTEGER newSize)
/* /*
* unmap all views, must be done before call to SetEndFile * unmap all views, must be done before call to SetEndFile
* *
* Just ditch the victim list because there is no guarentee we will need them * Just ditch the victim list because there is no guarantee we will need them
* and it is not worth the performance hit to unmap and remap them all. * and it is not worth the performance hit to unmap and remap them all.
*/ */
BIGBLOCKFILE_DeleteList(This, This->victimhead); BIGBLOCKFILE_DeleteList(This, This->victimhead);
......
...@@ -167,7 +167,7 @@ static HRESULT WINAPI statusclb_OnProgress(IBindStatusCallback *iface, ULONG ulP ...@@ -167,7 +167,7 @@ static HRESULT WINAPI statusclb_OnProgress(IBindStatusCallback *iface, ULONG ulP
ok(szStatusText != NULL, "szStatusText == NULL\n"); ok(szStatusText != NULL, "szStatusText == NULL\n");
break; break;
default: default:
todo_wine { ok(0, "unexpexted code %d\n", ulStatusCode); } todo_wine { ok(0, "unexpected code %d\n", ulStatusCode); }
}; };
return S_OK; return S_OK;
} }
......
...@@ -1226,7 +1226,7 @@ static HRESULT WINAPI statusclb_OnProgress(IBindStatusCallback *iface, ULONG ulP ...@@ -1226,7 +1226,7 @@ static HRESULT WINAPI statusclb_OnProgress(IBindStatusCallback *iface, ULONG ulP
ok(szStatusText == NULL, "Expected szStatusText to be NULL\n"); ok(szStatusText == NULL, "Expected szStatusText to be NULL\n");
break; break;
default: default:
ok(0, "unexpexted code %d\n", ulStatusCode); ok(0, "unexpected code %d\n", ulStatusCode);
}; };
return S_OK; return S_OK;
} }
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
* For the evolution of types, the need of the second flavor was the * For the evolution of types, the need of the second flavor was the
* number of types to be defined (limited to 0xFFFF, including the C * number of types to be defined (limited to 0xFFFF, including the C
* basic types); the need of the third flavor is the increase of * basic types); the need of the third flavor is the increase of
* symbol size (to be greated than 256), which was likely needed for * symbol size (to be greater than 256), which was likely needed for
* complex C++ types (nested + templates). * complex C++ types (nested + templates).
* *
* It's somehow difficult to represent the layout of those types on * It's somehow difficult to represent the layout of those types on
......
...@@ -1525,7 +1525,7 @@ void WCMD_rename (void) { ...@@ -1525,7 +1525,7 @@ void WCMD_rename (void) {
part otherwise use supplied name. This supports: part otherwise use supplied name. This supports:
ren *.fred *.jim ren *.fred *.jim
ren jim.* fred.* etc ren jim.* fred.* etc
However, windows has a more complex algorithum supporting eg However, windows has a more complex algorithm supporting eg
?'s and *'s mid name */ ?'s and *'s mid name */
dotSrc = strchrW(fd.cFileName, '.'); dotSrc = strchrW(fd.cFileName, '.');
......
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