mlang/tests: Fix a typo

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Oct 19 04:35:54 CDT 2011


---
 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;
-- 
1.7.7




More information about the wine-patches mailing list