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

Alexandre Julliard julliard at winehq.org
Mon Mar 18 16:20:15 CDT 2019


Module: wine
Branch: master
Commit: 4b2fd6ee6776baa46837e4f6d0dec36b9fc0d088
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4b2fd6ee6776baa46837e4f6d0dec36b9fc0d088

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 16 23:48:16 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 76efb56..ae750af 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);




More information about the wine-cvs mailing list