d3d9: Fix typo in trace.

This commit is contained in:
Karsten Elfenbein 2006-10-04 18:10:56 +02:00 committed by Alexandre Julliard
parent c41a9784bf
commit 836cf139bb
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ HRESULT WINAPI IDirect3DDevice9Impl_CreateVertexDeclaration(LPDIRECT3DDEVICE9
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;
}