d3d9: Fix a typo

Andrey Gusev andrey.goosev at gmail.com
Sat Jan 4 05:40:12 CST 2014


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140104/dd91a058/attachment.html>
-------------- next part --------------
From 9c36199a38098bd9c90c8d8e367208122d9b237c Mon Sep 17 00:00:00 2001
Message-Id: <9c36199a38098bd9c90c8d8e367208122d9b237c.1388832792.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 4 Jan 2014 12:48:53 +0200
Subject: d3d9: Fix a typo

---
 dlls/d3d9/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c
index ea49b0a..ca31e58 100644
--- a/dlls/d3d9/device.c
+++ b/dlls/d3d9/device.c
@@ -2477,7 +2477,7 @@ static struct wined3d_vertex_declaration *device_get_fvf_declaration(struct d3d9
     fvf_decls[low].fvf = fvf;
     ++device->fvf_decl_count;
 
-    TRACE("Returning %p. %u declatations in array.\n", wined3d_declaration, device->fvf_decl_count);
+    TRACE("Returning %p. %u declarations in array.\n", wined3d_declaration, device->fvf_decl_count);
 
     return wined3d_declaration;
 }
-- 
1.8.1.2


More information about the wine-patches mailing list