Francois Gouget : user32/tests: Fix the spelling of a win_skip() message.

Alexandre Julliard julliard at winehq.org
Wed Nov 25 15:58:54 CST 2020


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Nov 25 19:43:08 2020 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list