d3dcompiler_43: Fix a typo.

Andrey Gusev andrey.goosev at gmail.com
Sat Nov 30 16:35:40 CST 2013


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131201/98c1e45c/attachment.html>
-------------- next part --------------
From 3b529db2bfa8c4351bce0376b120dc8dafa0cadb Mon Sep 17 00:00:00 2001
Message-Id: <3b529db2bfa8c4351bce0376b120dc8dafa0cadb.1385850719.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 30 Nov 2013 23:54:51 +0200
Subject: d3dcompiler_43: Fix a typo.

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

diff --git a/dlls/d3dcompiler_43/reflection.c b/dlls/d3dcompiler_43/reflection.c
index 9d59ce4..e2955f0 100644
--- a/dlls/d3dcompiler_43/reflection.c
+++ b/dlls/d3dcompiler_43/reflection.c
@@ -182,7 +182,7 @@ static BOOL copy_value(const char *ptr, void **value, DWORD size)
     *value = HeapAlloc(GetProcessHeap(), 0, size);
     if (!*value)
     {
-        ERR("Failed to allocate vlaue memory.\n");
+        ERR("Failed to allocate value memory.\n");
         return FALSE;
     }
 
-- 
1.8.1.2


More information about the wine-patches mailing list