Frédéric Delanoy : kernel32/tests: Fix typo.

Alexandre Julliard julliard at winehq.org
Fri May 13 11:17:49 CDT 2011


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu May 12 22:10:52 2011 +0200

kernel32/tests: Fix typo.

---

 dlls/kernel32/tests/locale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/tests/locale.c b/dlls/kernel32/tests/locale.c
index 19f630b..1268c1d 100644
--- a/dlls/kernel32/tests/locale.c
+++ b/dlls/kernel32/tests/locale.c
@@ -1348,7 +1348,7 @@ static void test_CompareStringA(void)
 
     /* \xB9 character lies between a and b */
     ret = CompareStringA(lcid, 0, "a", 1, "\xB9", 1);
-    todo_wine ok(ret == CSTR_LESS_THAN, "\'\\xB9\' character should be grater than \'a\'\n");
+    todo_wine ok(ret == CSTR_LESS_THAN, "\'\\xB9\' character should be greater than \'a\'\n");
     ret = CompareStringA(lcid, 0, "\xB9", 1, "b", 1);
     ok(ret == CSTR_LESS_THAN, "\'\\xB9\' character should be smaller than \'b\'\n");
 }




More information about the wine-cvs mailing list