[PATCH] dxgi/tests: Fix a typo in ok() message.

Andrey Gusev andrey.goosev at gmail.com
Fri Nov 29 03:43:52 CST 2019


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/dxgi/tests/dxgi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dxgi/tests/dxgi.c b/dlls/dxgi/tests/dxgi.c
index 874c39b88e..b2b53f7a4c 100644
--- a/dlls/dxgi/tests/dxgi.c
+++ b/dlls/dxgi/tests/dxgi.c
@@ -2151,7 +2151,7 @@ static void test_get_containing_output(void)
         {
             ret = SetWindowPos(swapchain_desc.OutputWindow, 0, points[i].x, points[i].y,
                     0, 0, SWP_NOSIZE | SWP_NOZORDER);
-            ok(ret, "Faled to set window position.\n");
+            ok(ret, "Failed to set window position.\n");
 
             monitor = MonitorFromWindow(swapchain_desc.OutputWindow, MONITOR_DEFAULTTONEAREST);
             ok(!!monitor, "Failed to get monitor from window.\n");
-- 
2.23.0




More information about the wine-devel mailing list