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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 25 09:47:12 CDT 2016


Module: wine
Branch: master
Commit: 7035236fa9e34bacf00179c91e427853eeb25be2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7035236fa9e34bacf00179c91e427853eeb25be2

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Apr 23 07:44:33 2016 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list