Austin English : msvcrt/tests: fix a couple typos.

Alexandre Julliard julliard at winehq.org
Mon May 3 11:54:06 CDT 2010


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

Author: Austin English <austinenglish at gmail.com>
Date:   Sun May  2 05:40:23 2010 -0500

msvcrt/tests: fix a couple typos.

---

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

diff --git a/dlls/msvcrt/tests/locale.c b/dlls/msvcrt/tests/locale.c
index 4c4b7a9..a6847b4 100644
--- a/dlls/msvcrt/tests/locale.c
+++ b/dlls/msvcrt/tests/locale.c
@@ -77,7 +77,7 @@ static void test_setlocale(void)
     ret = setlocale(LC_ALL, "German");
     todo_wine ok(!strcmp(ret, "German_Germany.1252"), "ret = %s\n", ret);
 
-    /* This test shows that _country_synonims table is incorrect */
+    /* This test shows that _country_synonyms table is incorrect */
     /* It translates "America" to "US" */
     ret = setlocale(LC_ALL, "America");
     ok(ret == NULL, "ret = %s\n", ret);
@@ -108,7 +108,7 @@ static void test_crtGetStringTypeW(void)
     }
 
     if(!pmemcpy_s) {
-        win_skip("To old version of msvcrt.dll\n");
+        win_skip("Too old version of msvcrt.dll\n");
         return;
     }
 




More information about the wine-cvs mailing list