From 9d44f25ff7d9d453130a785715f1f81d85fbd323 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 16 Jan 2011 17:46:35 -0700 Subject: [PATCH] re/charset.t: typo in comment --- t/re/charset.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4