d3dxof/tests: Fix an unknown spelling error in the shader tests.

Francois Gouget fgouget at free.fr
Sun Apr 17 13:05:38 CDT 2016


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

diff --git a/dlls/d3dxof/tests/d3dxof.c b/dlls/d3dxof/tests/d3dxof.c
index 0573e4a..29a3868 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -536,7 +536,7 @@ static void test_CreateEnumObject(void)
     ok(*((WORD*)pdata) == 3, "Retrieved data is wrong (%u instead of 3)\n", *((WORD*)pdata));
 
     /* Try to get not existing member (szMember == "unknown") */
-    hr = IDirectXFileData_GetData(lpdxfd, "unknow", &size, (void**)&pdata);
+    hr = IDirectXFileData_GetData(lpdxfd, "unknown", &size, (void**)&pdata);
     ok(hr == DXFILEERR_BADDATAREFERENCE, "IDirectXFileData_GetData: %x\n", hr);
 
     ref = IDirectXFileEnumObject_Release(lpdxfeo);
-- 
2.8.0.rc3



More information about the wine-patches mailing list