Assorted spelling fixes.
This commit is contained in:
parent
ff6231d173
commit
f505e6fb4a
|
@ -2739,7 +2739,7 @@ static void test_wndproc(void)
|
|||
|
||||
/* ShowWindow(SW_RESTORE); SetForegroundWindow(desktop); SetForegroundWindow(focus);
|
||||
* results in the second SetForegroundWindow call failing and the device not being
|
||||
* restored on native. Directly useing ShowWindow(SW_RESTORE) works, but it means
|
||||
* restored on native. Directly using ShowWindow(SW_RESTORE) works, but it means
|
||||
* we cannot test for the absence of WM_WINDOWPOSCHANGED messages. */
|
||||
expect_messages = reactivate_messages_filtered;
|
||||
ShowWindow(focus_window, SW_RESTORE);
|
||||
|
|
|
@ -17520,7 +17520,7 @@ static void test_signed_formats(void)
|
|||
D3DCAPS9 caps;
|
||||
ULONG refcount;
|
||||
|
||||
/* The input data was designed for D3DFMT_L6V5U5 and then transfered
|
||||
/* The input data was designed for D3DFMT_L6V5U5 and then transferred
|
||||
* to the other formats because L6V5U5 is the lowest precision format.
|
||||
* It tests the extreme values -1.0 (-16) and 1.0 (15) for U/V and
|
||||
* 0.0 (0) and 1.0 (63) for L, the neutral point 0 as well as -1 and 1.
|
||||
|
|
|
@ -409,13 +409,13 @@ void _dump_DIDEVCAPS(const DIDEVCAPS *lpDIDevCaps)
|
|||
TRACE("dwFlags: %08x\n", lpDIDevCaps->dwFlags);
|
||||
switch(type)
|
||||
{
|
||||
/* Directx <= 7 definitions */
|
||||
/* Direct X <= 7 definitions */
|
||||
DEBUG_TYPE(DIDEVTYPE_DEVICE);
|
||||
DEBUG_TYPE(DIDEVTYPE_MOUSE);
|
||||
DEBUG_TYPE(DIDEVTYPE_KEYBOARD);
|
||||
DEBUG_TYPE(DIDEVTYPE_JOYSTICK);
|
||||
DEBUG_TYPE(DIDEVTYPE_HID);
|
||||
/* Directx >= 8 definitions */
|
||||
/* Direct X >= 8 definitions */
|
||||
DEBUG_TYPE(DI8DEVTYPE_DEVICE);
|
||||
DEBUG_TYPE(DI8DEVTYPE_MOUSE);
|
||||
DEBUG_TYPE(DI8DEVTYPE_KEYBOARD);
|
||||
|
@ -742,7 +742,7 @@ HRESULT WINAPI JoystickWGenericImpl_BuildActionMap(LPDIRECTINPUTDEVICE8W iface,
|
|||
DWORD type = 0x000000ff & (lpdiaf->rgoAction[i].dwSemantic >> 8);
|
||||
DWORD genre = 0xff000000 & lpdiaf->rgoAction[i].dwSemantic;
|
||||
|
||||
/* Don't touch an user configured action */
|
||||
/* Don't touch a user configured action */
|
||||
if (lpdiaf->rgoAction[i].dwHow == DIAH_USERCONFIG) continue;
|
||||
|
||||
/* Only consider actions of the right genre */
|
||||
|
@ -752,7 +752,7 @@ HRESULT WINAPI JoystickWGenericImpl_BuildActionMap(LPDIRECTINPUTDEVICE8W iface,
|
|||
{
|
||||
if (type & object_types[j])
|
||||
{
|
||||
/* Assure that the object exists */
|
||||
/* Ensure that the object exists */
|
||||
LPDIOBJECTDATAFORMAT odf = dataformat_to_odf_by_type(This->base.data_format.wine_df, inst, object_types[j]);
|
||||
|
||||
if (odf != NULL)
|
||||
|
|
|
@ -535,7 +535,7 @@ static void test_enum_vols(void)
|
|||
/*get windows drive letter and update strings for testing */
|
||||
ret = GetWindowsDirectoryA( windowsdir, sizeof(windowsdir) );
|
||||
ok(ret < sizeof(windowsdir), "windowsdir is abnormally long!\n");
|
||||
ok(ret != 0, "GetWindowsDirecory: error %d\n", GetLastError());
|
||||
ok(ret != 0, "GetWindowsDirectory: error %d\n", GetLastError());
|
||||
path[0] = windowsdir[0];
|
||||
|
||||
/* get the unique volume name for the windows drive */
|
||||
|
|
|
@ -652,7 +652,7 @@ static HRESULT WINAPI HTMLElement_getAttribute(IHTMLElement *iface, BSTR strAttr
|
|||
TRACE("(%p)->(%s %08x %p)\n", This, debugstr_w(strAttributeName), lFlags, AttributeValue);
|
||||
|
||||
if(lFlags & ~(ATTRFLAG_CASESENSITIVE|ATTRFLAG_ASSTRING))
|
||||
FIXME("Unsuported flags %x\n", lFlags);
|
||||
FIXME("Unsupported flags %x\n", lFlags);
|
||||
|
||||
hres = IDispatchEx_GetDispID(&This->node.dispex.IDispatchEx_iface, strAttributeName,
|
||||
lFlags&ATTRFLAG_CASESENSITIVE ? fdexNameCaseSensitive : fdexNameCaseInsensitive, &dispid);
|
||||
|
|
|
@ -586,7 +586,7 @@ static HRESULT WINAPI HTMLObjectElement2_put_classid(IHTMLObjectElement2 *iface,
|
|||
return hres;
|
||||
|
||||
if(This->plugin_container.plugin_host) {
|
||||
FIXME("Host already asociated.\n");
|
||||
FIXME("Host already associated.\n");
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
|
|
@ -725,7 +725,7 @@ static void test_NtQueryLicenseKey(void)
|
|||
type = 0xdead;
|
||||
len = 0xbeef;
|
||||
status = pNtQueryLicenseValue(&name, &type, buffer, sizeof(buffer), &len);
|
||||
ok(status == STATUS_OBJECT_NAME_NOT_FOUND, "NtQueryLicenseValue unexpected suceeded\n");
|
||||
ok(status == STATUS_OBJECT_NAME_NOT_FOUND, "NtQueryLicenseValue unexpected succeeded\n");
|
||||
ok(type == 0xdead, "expected unmodified value for type, got %u\n", type);
|
||||
ok(len == 0xbeef, "expected unmodified value for len, got %u\n", len);
|
||||
|
||||
|
|
|
@ -2218,7 +2218,7 @@ HRESULT WINAPI CLSIDFromString(LPCOLESTR idstr, LPCLSID id )
|
|||
/******************************************************************************
|
||||
* IIDFromString [OLE32.@]
|
||||
*
|
||||
* Converts a interface identifier from its string representation into
|
||||
* Converts an interface identifier from its string representation to
|
||||
* the IID struct.
|
||||
*
|
||||
* PARAMS
|
||||
|
|
|
@ -108,7 +108,7 @@ PointerMonikerImpl_Release(IMoniker* iface)
|
|||
|
||||
ref = InterlockedDecrement(&This->ref);
|
||||
|
||||
/* destroy the object if there's no more reference on it */
|
||||
/* destroy the object if there are no more references on it */
|
||||
if (ref == 0)
|
||||
{
|
||||
if (This->pObject) IUnknown_Release(This->pObject);
|
||||
|
|
|
@ -176,7 +176,7 @@ static TW_UINT16 SANE_SourceControlHandler (
|
|||
default:
|
||||
twRC = TWRC_FAILURE;
|
||||
activeDS.twCC = TWCC_CAPBADOPERATION;
|
||||
FIXME("unrecognized opertion triplet\n");
|
||||
FIXME("unrecognized operation triplet\n");
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
|
@ -2828,7 +2828,7 @@ static void _SHCreateSymbolicLinks(void)
|
|||
strcpy(szPersonalTarget, pszHome);
|
||||
}
|
||||
|
||||
/* Replace 'My Documents' directory with a symlink of fail silently if not empty. */
|
||||
/* Replace 'My Documents' directory with a symlink or fail silently if not empty. */
|
||||
rmdir(pszPersonal);
|
||||
symlink(szPersonalTarget, pszPersonal);
|
||||
}
|
||||
|
|
|
@ -385,7 +385,7 @@ static inline BOOL UNIXFS_is_pidl_of_type(LPCITEMIDLIST pIDL, SHCONTF fFilter) {
|
|||
*
|
||||
* RETURNS
|
||||
* Success, TRUE
|
||||
* Failure, FALSE - Path not existent, too long, insufficient rights, too many symlinks
|
||||
* Failure, FALSE - Nonexistent path, too long, insufficient rights, too many symlinks
|
||||
*/
|
||||
static BOOL UNIXFS_get_unix_path(LPCWSTR pszDosPath, char *pszCanonicalPath)
|
||||
{
|
||||
|
|
|
@ -662,7 +662,7 @@ static DWORD SHNotifyCopyFileW(LPCWSTR src, LPCWSTR dest, BOOL bFailIfExists)
|
|||
* ERROR_PATH_NOT_FOUND can't find the path, probably invalid
|
||||
* ERROR_INVALID_NAME if the path contains invalid chars
|
||||
* ERROR_ALREADY_EXISTS when the directory already exists
|
||||
* ERROR_FILENAME_EXCED_RANGE if the filename was to long to process
|
||||
* ERROR_FILENAME_EXCED_RANGE if the filename was too long to process
|
||||
*
|
||||
* NOTES
|
||||
* exported by ordinal
|
||||
|
@ -694,7 +694,7 @@ DWORD WINAPI SHCreateDirectory(HWND hWnd, LPCVOID path)
|
|||
* ERROR_INVALID_NAME if the path contains invalid chars
|
||||
* ERROR_FILE_EXISTS when a file with that name exists
|
||||
* ERROR_ALREADY_EXISTS when the directory already exists
|
||||
* ERROR_FILENAME_EXCED_RANGE if the filename was to long to process
|
||||
* ERROR_FILENAME_EXCED_RANGE if the filename was too long to process
|
||||
*
|
||||
* FIXME: Not implemented yet;
|
||||
* SHCreateDirectoryEx also verifies that the files in the directory will be visible
|
||||
|
|
|
@ -895,7 +895,7 @@ static ULONG WINAPI SecManagerImpl_Release(IInternetSecurityManagerEx2* iface)
|
|||
|
||||
TRACE("(%p) ref=%u\n", This, refCount);
|
||||
|
||||
/* destroy the object if there's no more reference on it */
|
||||
/* destroy the object if there are no more references on it */
|
||||
if (!refCount){
|
||||
if(This->mgrsite)
|
||||
IInternetSecurityMgrSite_Release(This->mgrsite);
|
||||
|
|
|
@ -254,7 +254,7 @@ struct shader_arb_ctx_priv
|
|||
{
|
||||
/* plain GL_ARB_vertex_program or GL_ARB_fragment_program */
|
||||
ARB,
|
||||
/* GL_NV_vertex_progam2_option or GL_NV_fragment_program_option */
|
||||
/* GL_NV_vertex_program2_option or GL_NV_fragment_program_option */
|
||||
NV2,
|
||||
/* GL_NV_vertex_program3 or GL_NV_fragment_program2 */
|
||||
NV3
|
||||
|
|
|
@ -1708,7 +1708,7 @@ static BOOL WCMD_parse_forf_options(WCHAR *options, WCHAR *eol, int *skip,
|
|||
* options [I] The remaining list of directories still to process
|
||||
*
|
||||
* Note this routine inserts the subdirectories found between the entry being
|
||||
* processed, and any other directory still to be processed, mimicing what
|
||||
* processed, and any other directory still to be processed, mimicking what
|
||||
* Windows does
|
||||
*/
|
||||
static void WCMD_add_dirstowalk(DIRECTORY_STACK *dirsToWalk) {
|
||||
|
|
|
@ -504,7 +504,7 @@ void break_delete_xpoints_from_module(DWORD64 base)
|
|||
DWORD_PTR linear;
|
||||
struct dbg_breakpoint* bp = dbg_curr_process->bp;
|
||||
|
||||
/* FIXME: should do it also on the ELF sibbling if any */
|
||||
/* FIXME: should do it also on the ELF sibling if any */
|
||||
im.SizeOfStruct = sizeof(im);
|
||||
im_elf.SizeOfStruct = sizeof(im_elf);
|
||||
if (!SymGetModuleInfo64(dbg_curr_process->handle, base, &im)) return;
|
||||
|
|
|
@ -331,7 +331,7 @@ resource_file
|
|||
/* Find the tail again */
|
||||
while($1 && $1->next)
|
||||
$1 = $1->next;
|
||||
/* Now add any fontdirecory */
|
||||
/* Now add any fontdirectory */
|
||||
rsc = build_fontdirs($1);
|
||||
/* 'build_fontdir' returns a head and $1 is a tail */
|
||||
if($1)
|
||||
|
|
Loading…
Reference in New Issue