d3dxof/tests: A spelling fix in a d3dxof ok() message.

Francois Gouget fgouget at free.fr
Sat Apr 23 00:44:33 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 29a3868..9d9e403 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -755,7 +755,7 @@ static void test_getname(void)
     hr = IDirectXFileData_GetName(lpdxfd, name, &length);
     ok(hr == DXFILE_OK, "IDirectXFileData_GetName: %x\n", hr);
     ok(length == 7, "Returned length should be 7 instead of %u\n", length);
-    ok(!strcmp(name, "Object"), "Returned string should be 'Object' intead of '%s'\n", name);
+    ok(!strcmp(name, "Object"), "Returned string should be 'Object' instead of '%s'\n", name);
     length = 3;
     hr = IDirectXFileData_GetName(lpdxfd, name, &length);
     ok(hr == DXFILEERR_BADVALUE, "IDirectXFileData_GetName: %x\n", hr);
-- 
2.8.0.rc3



More information about the wine-patches mailing list