This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typos in pod/*
[perl5.git] / pod / perlreapi.pod
index cc76502..dfe7af5 100644 (file)
@@ -317,7 +317,7 @@ behave in the same situation:
 
     package main;
 
-    tie my $sv => "CatptureVar";
+    tie my $sv => "CaptureVar";
     $sv =~ y/a/b/;
 
 Because C<$sv> is C<undef> when the C<y///> operator is applied to it