kernel32/tests: A spelling fix in 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 2019-03-16 23:48:21 +01:00 committed by Alexandre Julliard
parent f55e90a508
commit 193df74fde
1 changed files with 1 additions and 1 deletions

View File

@ -3680,7 +3680,7 @@ static void test_multiple_instances(void)
if(!pCancelIoEx)
{
win_skip("Skiping multiple instance tests on too old Windows\n");
win_skip("Skipping multiple instance tests on too old Windows\n");
return;
}