Assorted spelling fixes.

This commit is contained in:
Francois Gouget 2011-08-03 11:36:15 +02:00 committed by Alexandre Julliard
parent 7381858e98
commit ed3c9a1eca
14 changed files with 16 additions and 16 deletions

View File

@ -3363,7 +3363,7 @@ PRINTDLG_PagePaintProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
HDC hdc; HDC hdc;
HBRUSH hbrush, holdbrush; HBRUSH hbrush, holdbrush;
pagesetup_data *data; pagesetup_data *data;
int papersize=0, orientation=0; /* FIXME: set this values for user paint hook */ int papersize=0, orientation=0; /* FIXME: set these values for the user paint hook */
double scalx, scaly; double scalx, scaly;
if (uMsg != WM_PAINT) if (uMsg != WM_PAINT)

View File

@ -395,7 +395,7 @@ static BOOL CALLBACK EnumJoysticks(
} }
/* Check effect status. /* Check effect status.
* State: initialy stopped * State: initially stopped
* start * start
* State: started * State: started
* unacquire, acquire, download * unacquire, acquire, download
@ -435,7 +435,7 @@ static BOOL CALLBACK EnumJoysticks(
ok(IsEqualGUID(&GUID_ConstantForce, &guid), "Wrong guid returned\n"); ok(IsEqualGUID(&GUID_ConstantForce, &guid), "Wrong guid returned\n");
/* Check autocenter status /* Check autocenter status
* State: initialy stopped * State: initially stopped
* enable * enable
* State: enabled * State: enabled
* acquire * acquire

View File

@ -296,7 +296,7 @@ static void test_action_mapping(void)
hr = IDirectInput8_EnumDevicesBySemantics(pDI, 0, &af, enumeration_callback, &data, DIEDBSFL_ATTACHEDONLY); hr = IDirectInput8_EnumDevicesBySemantics(pDI, 0, &af, enumeration_callback, &data, DIEDBSFL_ATTACHEDONLY);
ok (SUCCEEDED(hr), "EnumDevicesBySemantics failed: hr=%08x\n", hr); ok (SUCCEEDED(hr), "EnumDevicesBySemantics failed: hr=%08x\n", hr);
/* After a succesfull action mapping we should have no devices available */ /* After a successful action mapping we should have no devices available */
count.ndevices = 0; count.ndevices = 0;
hr = IDirectInput8_EnumDevicesBySemantics(pDI, 0, &af, counting_callback, &count, DIEDBSFL_AVAILABLEDEVICES); hr = IDirectInput8_EnumDevicesBySemantics(pDI, 0, &af, counting_callback, &count, DIEDBSFL_AVAILABLEDEVICES);
ok (SUCCEEDED(hr), "EnumDevicesBySemantics failed hr=%08x\n", hr); ok (SUCCEEDED(hr), "EnumDevicesBySemantics failed hr=%08x\n", hr);

View File

@ -1,5 +1,5 @@
/* /*
* Misc marshaling routinues * Misc marshaling routines
* *
* Copyright 2009 Huw Davies * Copyright 2009 Huw Davies
* *

View File

@ -1538,7 +1538,7 @@ static BOOL ensure_uri_builder(nsWineURI *This)
hres = CreateIUriBuilder(This->uri, 0, 0, &This->uri_builder); hres = CreateIUriBuilder(This->uri, 0, 0, &This->uri_builder);
if(FAILED(hres)) { if(FAILED(hres)) {
WARN("CreateIUriBulder failed: %08x\n", hres); WARN("CreateIUriBuilder failed: %08x\n", hres);
return FALSE; return FALSE;
} }
} }

View File

@ -8499,7 +8499,7 @@ static void test_setAttributeNode(void)
IXMLDOMElement_Release(elem); IXMLDOMElement_Release(elem);
/* initialy used element is released, attribute still 'has' a container */ /* initially used element is released, attribute still 'has' a container */
hr = IXMLDOMDocument_get_documentElement(doc, &elem); hr = IXMLDOMDocument_get_documentElement(doc, &elem);
ok( hr == S_OK, "got 0x%08x\n", hr); ok( hr == S_OK, "got 0x%08x\n", hr);
ret_attr = (void*)0xdeadbeef; ret_attr = (void*)0xdeadbeef;

View File

@ -150,12 +150,12 @@ static int MIDI_AlsaToWindowsDeviceType(unsigned int type)
* MOD_SQSYNTH square wave internal synth * MOD_SQSYNTH square wave internal synth
* MOD_FMSYNTH FM internal synth * MOD_FMSYNTH FM internal synth
* MOD_MAPPER MIDI mapper * MOD_MAPPER MIDI mapper
* MOD_WAVETABLE hardware watetable internal synth * MOD_WAVETABLE hardware wavetable internal synth
* MOD_SWSYNTH software internal synth * MOD_SWSYNTH software internal synth
*/ */
/* FIXME Is this really the correct equivalence from ALSA to /* FIXME Is this really the correct equivalence from ALSA to
Windows Sound type */ Windows Sound type? */
if (type & SND_SEQ_PORT_TYPE_SYNTH) if (type & SND_SEQ_PORT_TYPE_SYNTH)
return MOD_FMSYNTH; return MOD_FMSYNTH;

View File

@ -155,7 +155,7 @@ static int MIDI_UnixToWindowsDeviceType(int type)
* MOD_SQSYNTH square wave internal synth * MOD_SQSYNTH square wave internal synth
* MOD_FMSYNTH FM internal synth * MOD_FMSYNTH FM internal synth
* MOD_MAPPER MIDI mapper * MOD_MAPPER MIDI mapper
* MOD_WAVETABLE hardware watetable internal synth * MOD_WAVETABLE hardware wavetable internal synth
* MOD_SWSYNTH software internal synth * MOD_SWSYNTH software internal synth
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* DIB conversion routinues for cases where the source and destination * DIB conversion routines for cases where the source and destination
* have the same byte order. * have the same byte order.
* *
* Copyright (C) 2001 Francois Gouget * Copyright (C) 2001 Francois Gouget

View File

@ -1,5 +1,5 @@
/* /*
* DIB conversion routinues for cases where the destination * DIB conversion routines for cases where the destination
* has non-native byte order. * has non-native byte order.
* *
* Copyright (C) 2003 Huw Davies * Copyright (C) 2003 Huw Davies

View File

@ -1,5 +1,5 @@
/* /*
* DIB conversion routinues for cases where the source * DIB conversion routines for cases where the source
* has non-native byte order. * has non-native byte order.
* *
* Copyright (C) 2003 Huw Davies * Copyright (C) 2003 Huw Davies

View File

@ -530,7 +530,7 @@ mkdir foobar
rd foobar rd foobar
echo %ErrorLevel% echo %ErrorLevel%
if not exist foobar echo dir removed if not exist foobar echo dir removed
rem Removing non-existent directory rem Removing nonexistent directory
rmdir foobar rmdir foobar
echo %ErrorLevel% echo %ErrorLevel%
rem Removing single-level directories rem Removing single-level directories

View File

@ -74,7 +74,7 @@ struct inner_data {
void (*fnSetFont)(struct inner_data* data, const WCHAR* font, unsigned height, unsigned weight); void (*fnSetFont)(struct inner_data* data, const WCHAR* font, unsigned height, unsigned weight);
void (*fnDeleteBackend)(struct inner_data* data); void (*fnDeleteBackend)(struct inner_data* data);
void* private; /* data part belonging to the choosen backed */ void* private; /* data part belonging to the chosen backed */
}; };
/* from wineconsole.c */ /* from wineconsole.c */

View File

@ -67,7 +67,7 @@ my $OPT_ASK_SKIP=-1;
# The following constants define the architecture # The following constants define the architecture
## ##
# Default Architecture will be choosen # Default Architecture will be chosen
my $OPT_ARCH_DEFAULT=0; my $OPT_ARCH_DEFAULT=0;
## ##