=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: mlang/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Oct 19 14:05:25 CDT 2011


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Oct 19 11:35:54 2011 +0200

mlang/tests: Fix a typo.

---

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

diff --git a/dlls/mlang/tests/mlang.c b/dlls/mlang/tests/mlang.c
index 42ad1f8..65244bb 100644
--- a/dlls/mlang/tests/mlang.c
+++ b/dlls/mlang/tests/mlang.c
@@ -1202,7 +1202,7 @@ static void test_GetRfc1766Info(IMultiLanguage2 *iML2)
         ok(!lstrcmpA(rfc1766A, info_table[i].rfc1766),
             "#%02d: got '%s' (expected '%s')\n", i, rfc1766A, info_table[i].rfc1766);
 
-        /* Some IE versions truncate an oversized name one character to short */
+        /* Some IE versions truncate an oversized name one character too short */
         if (info_table[i].broken_name) {
             lstrcpyW(short_broken_name, info_table[i].broken_name);
             short_broken_name[MAX_LOCALE_NAME - 2] = 0;




More information about the wine-cvs mailing list