d3dx9_36: Fix the spelling of a TRACE() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-11-28 13:27:56 +01:00 committed by Alexandre Julliard
parent ca61bbcc88
commit 0611e27caf
1 changed files with 1 additions and 1 deletions

View File

@ -4254,7 +4254,7 @@ static HRESULT WINAPI d3dx_effect_ApplyParameterBlock(ID3DXEffect *iface, D3DXHA
struct d3dx_parameter_block *block = get_valid_parameter_block(parameter_block);
struct d3dx_recorded_parameter *record;
TRACE("iface %p, paramater_block %p.\n", iface, parameter_block);
TRACE("iface %p, parameter_block %p.\n", iface, parameter_block);
if (!block || !block->offset)
return D3DERR_INVALIDCALL;