Module: wine Branch: master Commit: bbb2b7fd98ee9e867c40a9e779cf2fc2121735b5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bbb2b7fd98ee9e867c40a9e779...
Author: Francois Gouget fgouget@free.fr Date: Thu Jan 4 10:47:11 2007 +0100
Assorted spelling fixes.
---
dlls/dinput/tests/device.c | 2 +- dlls/mshtml/olecmd.c | 2 +- dlls/wined3d/device.c | 2 +- dlls/wined3d/state.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/dinput/tests/device.c b/dlls/dinput/tests/device.c index cc79b45..58c9d8f 100644 --- a/dlls/dinput/tests/device.c +++ b/dlls/dinput/tests/device.c @@ -104,7 +104,7 @@ static void test_object_info(LPDIRECTINP hr = IDirectInputDevice_SetProperty(device, DIPROP_AXISMODE, &dp.diph); ok(hr == DI_OK, "SetProperty() failed: %s\n", DXGetErrorString8(hr));
- /* Can not change mode while acquired */ + /* Cannot change mode while acquired */ hr = IDirectInputDevice_Acquire(device); ok(hr == DI_OK, "Acquire() failed: %s\n", DXGetErrorString8(hr)); hr = IDirectInputDevice_SetProperty(device, DIPROP_AXISMODE, &dp.diph); diff --git a/dlls/mshtml/olecmd.c b/dlls/mshtml/olecmd.c index 60518a1..1b6f71b 100644 --- a/dlls/mshtml/olecmd.c +++ b/dlls/mshtml/olecmd.c @@ -286,7 +286,7 @@ static HRESULT exec_print(HTMLDocument * }
if(opts_cnt >= 3) - FIXME("Unsuported opts_cnt %d\n", opts_cnt); + FIXME("Unsupported opts_cnt %d\n", opts_cnt);
SafeArrayUnaccessData(V_ARRAY(pvaIn)); break; diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index c22dba9..14e305a 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -3486,7 +3486,7 @@ static void IWineD3DDeviceImpl_FindTexUn This->oneToOneTexUnitMap = TRUE; return; } else { - /* No pixel shader, and we do not have enought texture units available. Try to skip NULL textures + /* No pixel shader, and we do not have enough texture units available. Try to skip NULL textures * First, see if we can succeed at all */ tex = 0; diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c index 1ab686f..c99be0e 100644 --- a/dlls/wined3d/state.c +++ b/dlls/wined3d/state.c @@ -1748,7 +1748,7 @@ static void sampler(DWORD state, IWineD3 activate_dimensions(sampler, stateblock);
if(stateblock->renderState[WINED3DRS_COLORKEYENABLE] && sampler == 0) { - /* If color keying is enabled update the alpha test, it depends on the existance + /* If color keying is enabled update the alpha test, it depends on the existence * of a color key in stage 0 */ state_alpha(WINED3DRS_COLORKEYENABLE, stateblock);