This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct spelling error.
authorJames E Keenan <jkeenan@cpan.org>
Sat, 29 Dec 2018 23:34:10 +0000 (18:34 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 29 Dec 2018 23:34:10 +0000 (18:34 -0500)
t/io/perlio.t

index 187cd27..2a98a34 100644 (file)
@@ -234,7 +234,7 @@ require Symbol; # doesn't matter whether it exists or not
 EOP
                    qr/\ARecursive call to Perl_load_module in PerlIO_find_layer at/s,
                    {stderr => 1},
-                   'Mutal recursion between Perl_load_module and PerlIO_find_layer croaks');
+                   'Mutual recursion between Perl_load_module and PerlIO_find_layer croaks');
 }
 
 {