lib/locale.t: Typo in comment
authorKarl Williamson <public@khwilliamson.com>
Sat, 21 Dec 2013 20:04:17 +0000 (13:04 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 22 Dec 2013 00:13:36 +0000 (17:13 -0700)
lib/locale.t

index f78d0c8..3e4c3aa 100644 (file)
@@ -30,8 +30,8 @@ my $debug = $ENV{PERL_DEBUG_FULL_TEST} // 0;
 
 # Certain tests have been shown to be problematical for a few locales.  Don't
 # fail them unless at least this percentage of the tested locales fail.
-# Some Windows machines are defective in every in every locale but the C,
-# calling \t printable; superscripts to be digits, etc.  See
+# Some Windows machines are defective in every locale but the C, calling \t
+# printable; superscripts to be digits, etc.  See
 # http://markmail.org/message/5jwam4xsx4amsdnv
 # (There aren't 1000 locales currently in existence, so 99.9 works)
 my $acceptable_fold_failure_percentage = $^O eq 'MSWin32' ? 99.9 : 5;