Module: wine Branch: master Commit: 836cf139bbb962ee2271fdb6c9e762602a6472d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=836cf139bbb962ee2271fdb6c9...
Author: Karsten Elfenbein kelfe@gmx.de Date: Wed Oct 4 18:10:56 2006 +0200
d3d9: Fix typo in trace.
---
dlls/d3d9/vertexdeclaration.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d9/vertexdeclaration.c b/dlls/d3d9/vertexdeclaration.c index c901d92..5ba5205 100644 --- a/dlls/d3d9/vertexdeclaration.c +++ b/dlls/d3d9/vertexdeclaration.c @@ -290,7 +290,7 @@ HRESULT WINAPI IDirect3DDevice9Impl_Cr IUnknown_AddRef(iface); object->parentDevice = iface; *ppDecl = (LPDIRECT3DVERTEXDECLARATION9) object; - TRACE("(%p) : Created vertex declatanio %p\n", This, object); + TRACE("(%p) : Created vertex declaration %p\n", This, object); } return hr; }