Commit f98a2da1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent bb88427e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment