ddraw/tests: A spelling fix for a d3d ok() message.

Francois Gouget fgouget at free.fr
Sat Jun 11 06:38:19 CDT 2016


Anything wrong with this patch?

On Sun, 29 May 2016, Francois Gouget wrote:

> Signed-off-by: Francois Gouget <fgouget at free.fr>
> ---
>  dlls/ddraw/tests/d3d.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
> index d877020..0e9a43b 100644
> --- a/dlls/ddraw/tests/d3d.c
> +++ b/dlls/ddraw/tests/d3d.c
> @@ -1155,7 +1155,7 @@ static void Direct3D1Test(void)
>      /* Interface consistency check. */
>      hr = IDirect3DDevice_GetDirect3D(Direct3DDevice1, &Direct3D_alt);
>      ok(hr == D3D_OK, "IDirect3DDevice_GetDirect3D failed: %08x\n", hr);
> -    ok(Direct3D_alt == Direct3D1, "Direct3D1 struct pointer missmatch: %p != %p\n", Direct3D_alt, Direct3D1);
> +    ok(Direct3D_alt == Direct3D1, "Direct3D1 struct pointer mismatch: %p != %p\n", Direct3D_alt, Direct3D1);
>      IDirect3D_Release(Direct3D_alt);
>  
>      memset(&desc, 0, sizeof(desc));
> -- 
> 2.8.1
> 
> 
> 
> 


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
    Indifference will certainly be the downfall of mankind, but who cares?



More information about the wine-devel mailing list