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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-11-25 19:43:08 +01:00 committed by Alexandre Julliard
parent f2f5e2da6d
commit 9468e7617c
1 changed files with 1 additions and 1 deletions

View File

@ -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;