Commit 0611e27c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent ca61bbcc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment