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:
parent
f55e90a508
commit
193df74fde
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue