[PATCH] kernel32/tests: A spelling fix in a win_skip() message.
16 Mar
2019
16 Mar
'19
10:48 p.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/kernel32/tests/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kernel32/tests/pipe.c b/dlls/kernel32/tests/pipe.c index 4c7df3d9899..3f30cce5353 100644 --- a/dlls/kernel32/tests/pipe.c +++ b/dlls/kernel32/tests/pipe.c @@ -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; } -- 2.20.1
2554
Age (days ago)
2554
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget