summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorAudrey Tang <cpan@audreyt.org>2001-06-22 07:56:48 +0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-31 03:23:01 +0000
commit241191f774645941bdb1b64fb3325b8b0474f39d (patch)
tree1fa5203bd852b5d09b2bc5f0a9d35062759733fc /pod
parent52ffee896d13714c1dccb2fcbd8662017ceb06bb (diff)
downloadperl-241191f774645941bdb1b64fb3325b8b0474f39d.tar.gz
[ID 20010621.004] Typo in perlobj.pod
Message-Id: <20010621235648.A57340@not.autrijus.org> p4raw-id: //depot/perl@11513
Diffstat (limited to 'pod')
-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.