d3d12/tests: A spelling fix in a skip() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-03-16 23:48:16 +01:00 committed by Alexandre Julliard
parent 722c436338
commit 4b2fd6ee67
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ static void test_create_device(void)
}
else
{
skip("GetContaingOutput() is not supported.\n");
skip("GetContainingOutput() is not supported.\n");
}
refcount = IDXGISwapChain3_Release(swapchain);