[WINESYNC] d3dx9_36/tests: Spelling fixes in ok() messages.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 92c00c51b21594987d342b5ce00c174ab4e84595 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
winesync 2020-09-21 22:56:58 +02:00 committed by Jérôme Gardou
parent 3ff51fd68e
commit 8cce0b9007
2 changed files with 4 additions and 4 deletions

View file

@ -1491,7 +1491,7 @@ static void test_setting_constants(void)
ok(refcnt == 0, "The Direct3D device reference count was %u, should be 0\n", refcnt);
refcnt = IDirect3D9_Release(d3d);
ok(refcnt == 0, "The Direct3D object referenct count was %u, should be 0\n", refcnt);
ok(refcnt == 0, "The Direct3D object reference count was %u, should be 0\n", refcnt);
if (wnd) DestroyWindow(wnd);
}
@ -6170,7 +6170,7 @@ static void test_registerset(void)
ok(count == 0, "The Direct3D device reference count was %u, should be 0\n", count);
count = IDirect3D9_Release(d3d);
ok(count == 0, "The Direct3D object referenct count was %u, should be 0\n", count);
ok(count == 0, "The Direct3D object reference count was %u, should be 0\n", count);
if (wnd) DestroyWindow(wnd);
}
@ -6407,7 +6407,7 @@ static void test_registerset_defaults(void)
ok(count == 0, "The Direct3D device reference count was %u, should be 0\n", count);
count = IDirect3D9_Release(d3d);
ok(count == 0, "The Direct3D object referenct count was %u, should be 0\n", count);
ok(count == 0, "The Direct3D object reference count was %u, should be 0\n", count);
if (wnd) DestroyWindow(wnd);
}

View file

@ -15,4 +15,4 @@ files: {include/d3dx9.h: sdk/include/dxsdk/d3dx9.h, include/d3dx9anim.h: sdk/inc
include/d3dx9mesh.h: sdk/include/dxsdk/d3dx9mesh.h, include/d3dx9of.h: sdk/include/dxsdk/d3dx9of.h,
include/d3dx9shader.h: sdk/include/dxsdk/d3dx9shader.h, include/d3dx9shape.h: sdk/include/dxsdk/d3dx9shape.h,
include/d3dx9tex.h: sdk/include/dxsdk/d3dx9tex.h, include/d3dx9xof.h: sdk/include/dxsdk/d3dx9xof.h}
tags: {wine: 08b569d50599328df1531f20cceb5331bf718524}
tags: {wine: 92c00c51b21594987d342b5ce00c174ab4e84595}