Andrey Gusev : kernelbase/tests: Fix a typo in ok() message.

Alexandre Julliard julliard at winehq.org
Mon Dec 2 17:10:16 CST 2019


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Dec  2 15:11:07 2019 +0200

kernelbase/tests: Fix a typo in ok() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/tests/path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernelbase/tests/path.c b/dlls/kernelbase/tests/path.c
index abe586b0a2..93303bafc3 100644
--- a/dlls/kernelbase/tests/path.c
+++ b/dlls/kernelbase/tests/path.c
@@ -797,7 +797,7 @@ static void test_PathCchAddBackslashEx(void)
         }
         else
         {
-            ok(ptrW == NULL, "%u: unexpecred end pointer.\n", i);
+            ok(ptrW == NULL, "%u: unexpected end pointer.\n", i);
             ok(remaining == 0, "%u: unexpected remaining buffer length.\n", i);
         }
     }




More information about the wine-cvs mailing list