From 8321c25f6dc33c2b29fa1bc075a6cf3e412fb1ae Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 21 Dec 2013 13:04:17 -0700 Subject: [PATCH] lib/locale.t: Typo in comment --- lib/locale.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/locale.t b/lib/locale.t index f78d0c8..3e4c3aa 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -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; -- 2.7.4