Module: wine Branch: master Commit: add85f4687e2249c40090ea33ad07a914ec13721 URL: http://source.winehq.org/git/wine.git/?a=commit;h=add85f4687e2249c40090ea33a...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Wed Feb 12 19:53:52 2014 +0200
Assorted typos fixes.
---
dlls/dinput/tests/joystick.c | 4 ++-- dlls/dinput8/dinput8_main.c | 2 +- dlls/dinput8/tests/device.c | 4 ++-- dlls/dmsynth/synth.c | 2 +- dlls/dmusic/port.c | 2 +- dlls/dplayx/dplaysp.c | 2 +- dlls/dpnaddr/version.rc | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dlls/dinput/tests/joystick.c b/dlls/dinput/tests/joystick.c index 231d019..e5bb4eb 100644 --- a/dlls/dinput/tests/joystick.c +++ b/dlls/dinput/tests/joystick.c @@ -550,7 +550,7 @@ static BOOL CALLBACK EnumJoysticks(const DIDEVICEINSTANCEA *lpddi, void *pvRef) ok(hr==DI_OK, "IDirectInputDevice_SetProperty() failed: %08x\n", hr); hr = IDirectInputDevice_GetProperty(pJoystick, DIPROP_FFGAIN, &dip_gain_get.diph); ok(hr==DI_OK, "IDirectInputDevice_GetProperty() failed: %08x\n", hr); - ok(dip_gain_get.dwData==dip_gain_set.dwData, "Gain not udated: %i\n", dip_gain_get.dwData); + ok(dip_gain_get.dwData==dip_gain_set.dwData, "Gain not updated: %i\n", dip_gain_get.dwData); hr = IDirectInputDevice_Acquire(pJoystick); ok(hr==DI_OK,"IDirectInputDevice_Acquire() failed: %08x\n", hr); dip_gain_set.dwData = 2; @@ -558,7 +558,7 @@ static BOOL CALLBACK EnumJoysticks(const DIDEVICEINSTANCEA *lpddi, void *pvRef) ok(hr==DI_OK, "IDirectInputDevice_SetProperty() failed: %08x\n", hr); hr = IDirectInputDevice_GetProperty(pJoystick, DIPROP_FFGAIN, &dip_gain_get.diph); ok(hr==DI_OK, "IDirectInputDevice_GetProperty() failed: %08x\n", hr); - ok(dip_gain_get.dwData==dip_gain_set.dwData, "Gain not udated: %i\n", dip_gain_get.dwData); + ok(dip_gain_get.dwData==dip_gain_set.dwData, "Gain not updated: %i\n", dip_gain_get.dwData); /* Test range and internal clamping. */ dip_gain_set.dwData = -1; hr = IDirectInputDevice_SetProperty(pJoystick, DIPROP_FFGAIN, &dip_gain_set.diph); diff --git a/dlls/dinput8/dinput8_main.c b/dlls/dinput8/dinput8_main.c index 679e7fd..9824c76 100644 --- a/dlls/dinput8/dinput8_main.c +++ b/dlls/dinput8/dinput8_main.c @@ -58,7 +58,7 @@ HRESULT WINAPI DECLSPEC_HOTPATCH DirectInput8Create(HINSTANCE hinst, DWORD dwVer IDirectInputA *pDI; HRESULT hr, hrCo;
- TRACE("hInst (%p), dwVersion: %d, riid (%s), punkOuter (%p))\n", hinst, dwVersion, debugstr_guid(riid), punkOuter); + TRACE("hInst (%p), dwVersion: %d, riid (%s), punkOuter (%p)\n", hinst, dwVersion, debugstr_guid(riid), punkOuter);
if (!ppDI) return E_POINTER; diff --git a/dlls/dinput8/tests/device.c b/dlls/dinput8/tests/device.c index 53afdf3..c66c43c 100644 --- a/dlls/dinput8/tests/device.c +++ b/dlls/dinput8/tests/device.c @@ -401,7 +401,7 @@ static void test_save_settings(void)
if (hr == DI_SETTINGSNOTSAVED) { - skip ("Cant test saving settings if SetActionMap returns DI_SETTINGSNOTSAVED\n"); + skip ("Can't test saving settings if SetActionMap returns DI_SETTINGSNOTSAVED\n"); return; }
@@ -455,7 +455,7 @@ static void test_save_settings(void)
if (hr == DI_SETTINGSNOTSAVED) { - skip ("Cant test saving settings if SetActionMap returns DI_SETTINGSNOTSAVED\n"); + skip ("Can't test saving settings if SetActionMap returns DI_SETTINGSNOTSAVED\n"); return; }
diff --git a/dlls/dmsynth/synth.c b/dlls/dmsynth/synth.c index 7a966a8..9850628 100644 --- a/dlls/dmsynth/synth.c +++ b/dlls/dmsynth/synth.c @@ -118,7 +118,7 @@ static HRESULT WINAPI IDirectMusicSynth8Impl_SetNumChannelGroups(LPDIRECTMUSICSY { IDirectMusicSynth8Impl *This = impl_from_IDirectMusicSynth8(iface);
- FIXME("(%p->(%d): stub\n", This, groups); + FIXME("(%p)->(%d): stub\n", This, groups);
return S_OK; } diff --git a/dlls/dmusic/port.c b/dlls/dmusic/port.c index 2e60828..9d42667 100644 --- a/dlls/dmusic/port.c +++ b/dlls/dmusic/port.c @@ -686,7 +686,7 @@ HRESULT DMUSIC_CreateSynthPortImpl(LPCGUID guid, LPVOID *object, LPUNKNOWN unkou HRESULT hr = E_FAIL; int i;
- TRACE("(%p,%p,%p,%p,%p%d)\n", guid, object, unkouter, port_params, port_caps, device); + TRACE("(%p,%p,%p,%p,%p,%d)\n", guid, object, unkouter, port_params, port_caps, device);
*object = NULL;
diff --git a/dlls/dplayx/dplaysp.c b/dlls/dplayx/dplaysp.c index 25cb7c4..43938e8 100644 --- a/dlls/dplayx/dplaysp.c +++ b/dlls/dplayx/dplaysp.c @@ -151,7 +151,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_EnumMRUEntries( IDirectPlaySP *iface, LP
/* Should be able to call the comctl32 undocumented MRU routines. I suspect that the interface works appropriately */ - FIXME( "(%p)->(%p,%p,%p,%p,): stub\n", + FIXME( "(%p)->(%p,%p,%p,%p): stub\n", This, lpSection, lpKey, lpEnumMRUCallback, lpContext );
return DP_OK; diff --git a/dlls/dpnaddr/version.rc b/dlls/dpnaddr/version.rc index b66e785..5d30a48 100644 --- a/dlls/dpnaddr/version.rc +++ b/dlls/dpnaddr/version.rc @@ -17,7 +17,7 @@ */
#define WINE_FILEDESCRIPTION_STR "Wine DpnAddr dll" -#define WINE_FILENAME_STR "dpnadr.dll" +#define WINE_FILENAME_STR "dpnaddr.dll" #define WINE_FILEVERSION 5,3,2600,2180 #define WINE_FILEVERSION_STR "5.3.2600.2180" #define WINE_PRODUCTVERSION 5,3,2600,2180