diff options
author | James E Keenan <jkeenan@cpan.org> | 2015-03-08 19:55:07 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-03-11 08:22:07 -0400 |
commit | 0d16269de4dba84d52d64e696883064cf1d8d9e8 (patch) | |
tree | 0ab66fa0a0f60d0760d907b2446abe4ad81fb3ee /ext/B/t | |
parent | bdbabc4e7807a5343516549d3c96c4ca688dcdca (diff) | |
download | perl-0d16269de4dba84d52d64e696883064cf1d8d9e8.tar.gz |
Spelling correction.
Diffstat (limited to 'ext/B/t')
-rw-r--r-- | ext/B/t/b.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/b.t b/ext/B/t/b.t index 807ea30938..76b70896be 100644 --- a/ext/B/t/b.t +++ b/ext/B/t/b.t @@ -230,7 +230,7 @@ SKIP: { my $type = <$r>; close $r; waitpid($pid,0); - is($type, "B::SPECIAL", "special SV table works after psuedofork"); + is($type, "B::SPECIAL", "special SV table works after pseudofork"); } else { close $r; |