fix typo in a Tie::Hash documentation link
Niko Tyni [Wed, 14 May 2008 23:09:27 +0000 (02:09 +0300)]
Message-Id: <1210795767-21221-1-git-send-email-ntyni@debian.org>

p4raw-id: //depot/perl@33827

lib/Tie/Hash.pm

index 86d253d..508db72 100644 (file)
@@ -173,7 +173,7 @@ proper time, see L<perltie>.
 C<SCALAR> is only defined in B<Tie::StdHash> and B<Tie::ExtraHash>.
 
 If needed, these methods should be defined by the package inheriting from
-B<Tie::Hash>, B<Tie::StdHash>, or B<Tie::ExtraHash>. See L<pertie/"SCALAR">
+B<Tie::Hash>, B<Tie::StdHash>, or B<Tie::ExtraHash>. See L<perltie/"SCALAR">
 to find out what happens when C<SCALAR> does not exist.
 
 =head1 MORE INFORMATION