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