From: Karl Williamson Date: Mon, 17 Jan 2011 00:46:35 +0000 (-0700) Subject: re/charset.t: typo in comment X-Git-Tag: accepted/trunk/20130322.191538~6068 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d44f25ff7d9d453130a785715f1f81d85fbd323;p=platform%2Fupstream%2Fperl.git re/charset.t: typo in comment --- diff --git a/t/re/charset.t b/t/re/charset.t index 6c4fc9d..41f717b 100644 --- a/t/re/charset.t +++ b/t/re/charset.t @@ -54,7 +54,7 @@ foreach my $charset ("d", "u") { my $char = display(chr($ord)); # > 255 already implies upgraded. Skip the ones that don't - # have an explicit upgradei. This shows more clearly in the + # have an explicit upgrade. This shows more clearly in the # output which tests are in utf8, or not. next if $ord > 255 && ! $upgrade;