kernelbase/tests: Fix a couple of typos in skip messages.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-03-15 18:12:49 +01:00 committed by Alexandre Julliard
parent bb88427e4e
commit f98a2da123
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ static void test_PathCchAddBackslash(void)
if (!pPathCchAddBackslash)
{
win_skip("PathCchAddBackslash() is not availale.\n");
win_skip("PathCchAddBackslash() is not available.\n");
return;
}
@ -192,7 +192,7 @@ static void test_PathCchAddBackslashEx(void)
if (!pPathCchAddBackslashEx)
{
win_skip("PathCchAddBackslashEx() is not availale.\n");
win_skip("PathCchAddBackslashEx() is not available.\n");
return;
}