Commit 9468e761 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent f2f5e2da
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment