summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlobj.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlobj.pod b/pod/perlobj.pod
index e466dc7dd7..f71932024f 100644
--- a/pod/perlobj.pod
+++ b/pod/perlobj.pod
@@ -559,7 +559,7 @@ breaks the circularities in the self-referential structure.
=head1 SEE ALSO
A kinder, gentler tutorial on object-oriented programming in Perl can
-be found in L<perltoot>, L<perlbootc> and L<perltootc>. You should
+be found in L<perltoot>, L<perlboot> and L<perltootc>. You should
also check out L<perlbot> for other object tricks, traps, and tips, as
well as L<perlmodlib> for some style guides on constructing both
modules and classes.