diff --git a/dlls/dinput/tests/joystick.c b/dlls/dinput/tests/joystick.c index 231d019c87a..e5bb4eb2250 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 679e7fde72e..9824c764464 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 53afdf333eb..c66c43cd457 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 7a966a83c61..9850628148c 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 2e60828dcb3..9d4266727a9 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 25cb7c40cb9..43938e8511c 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 b66e78563a3..5d30a489c74 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