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

Francois Gouget fgouget at free.fr
Sat Mar 16 17:48:16 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/d3d12/tests/d3d12.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d12/tests/d3d12.c b/dlls/d3d12/tests/d3d12.c
index 76efb561c4f..ae750af40ae 100644
--- a/dlls/d3d12/tests/d3d12.c
+++ b/dlls/d3d12/tests/d3d12.c
@@ -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);
-- 
2.20.1




More information about the wine-devel mailing list