[PATCH] user32/tests: Fix the spelling of a win_skip() message.

Francois Gouget fgouget at free.fr
Wed Nov 25 12:43:08 CST 2020


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

diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c
index ce272ed73f4..1249f8cf5a1 100644
--- a/dlls/user32/tests/input.c
+++ b/dlls/user32/tests/input.c
@@ -1771,7 +1771,7 @@ static void test_GetMouseMovePointsEx_process(void)
 
     if (winstation1 == NULL && GetLastError() == ERROR_ACCESS_DENIED)
     {
-        win_skip("not enough priviledges for CreateWindowStation\n");
+        win_skip("not enough privileges for CreateWindowStation\n");
         CloseDesktop( desk0 );
         CloseWindowStation( winstation0 );
         return;
-- 
2.20.1




More information about the wine-devel mailing list