Francois Gouget : user32/tests: Fix the spelling of a win_skip() message.
Module: wine Branch: master Commit: 9468e7617c91c86e352ec2b16abfa04b94ca2e8f URL: https://source.winehq.org/git/wine.git/?a=commit;h=9468e7617c91c86e352ec2b16... Author: Francois Gouget <fgouget(a)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(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)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;
participants (1)
-
Alexandre Julliard