This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Detypo.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Dec 2014 01:10:09 +0000 (20:10 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Dec 2014 01:11:47 +0000 (20:11 -0500)
t/perf/benchmarks

index 1e4cd72..144b58c 100644 (file)
     },
 
 
-    'expr::index::utf8_postion_1' => {
+    'expr::index::utf8_position_1' => {
         desc    => 'index of a utf8 string, matching at position 1',
         setup   => 'utf8::upgrade my $x = "abc"',
         code    => 'index $x, "b"',