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

Francois Gouget fgouget at free.fr
Thu Nov 28 06:27:56 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/d3dx9_36/effect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/effect.c b/dlls/d3dx9_36/effect.c
index b0bf8e3c38d..88168df1e1a 100644
--- a/dlls/d3dx9_36/effect.c
+++ b/dlls/d3dx9_36/effect.c
@@ -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;
-- 
2.20.1




More information about the wine-devel mailing list