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

Francois Gouget fgouget at free.fr
Thu Mar 15 12:12:49 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/kernelbase/tests/path.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/kernelbase/tests/path.c b/dlls/kernelbase/tests/path.c
index 47c77b8c341..7c8851357f1 100644
--- a/dlls/kernelbase/tests/path.c
+++ b/dlls/kernelbase/tests/path.c
@@ -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;
     }
 
-- 
2.16.1




More information about the wine-devel mailing list