Assorted spelling fixes.

oldstable
Francois Gouget 2015-03-18 08:44:56 +01:00 committed by Alexandre Julliard
parent ff6231d173
commit f505e6fb4a
18 changed files with 22 additions and 22 deletions

View File

@ -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);

View File

@ -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.

View File

@ -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)

View File

@ -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 */

View File

@ -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);

View File

@ -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;
}

View File

@ -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);

View File

@ -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

View File

@ -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);

View File

@ -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;

View File

@ -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);
}

View File

@ -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)
{

View File

@ -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

View File

@ -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);

View File

@ -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

View File

@ -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) {

View File

@ -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;

View File

@ -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)