summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-12-29 18:34:10 -0500
committerJames E Keenan <jkeenan@cpan.org>2018-12-29 18:34:10 -0500
commit3a894b4add253fc59618657e1390f0c207eaf061 (patch)
tree4e9ed9734386583a2658e4a6496c1c1b58f80f00 /t
parent68aba076adc755039c3a424b5739f887abae93d3 (diff)
downloadperl-3a894b4add253fc59618657e1390f0c207eaf061.tar.gz
Correct spelling error.
Diffstat (limited to 't')
-rw-r--r--t/io/perlio.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/perlio.t b/t/io/perlio.t
index 187cd273e7..2a98a34b18 100644
--- a/t/io/perlio.t
+++ b/t/io/perlio.t
@@ -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');
}
{