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

Alexandre Julliard julliard at winehq.org
Fri Mar 16 13:53:07 CDT 2018


Module: wine
Branch: master
Commit: f98a2da12309c92133fadd0178c769a4358ad81b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f98a2da12309c92133fadd0178c769a4358ad81b

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 15 18:12:49 2018 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 47c77b8..7c88513 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;
     }
 




More information about the wine-cvs mailing list