summaryrefslogtreecommitdiff
path: root/ext/B/B.pm
diff options
context:
space:
mode:
authorLarry Shatzer Jr. <larrysh@cpan.org>2004-11-15 08:59:14 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-16 10:49:35 +0000
commit3d036c2b4a16bfabb30adc0a1c9a65f0f7823869 (patch)
tree5bc7b07a41d3ba67f0fb8c23d2674a390ae51fe2 /ext/B/B.pm
parent4026c95ac795414220d662f764bd6e993724505d (diff)
downloadperl-3d036c2b4a16bfabb30adc0a1c9a65f0f7823869.tar.gz
s/hierachy/hierarchy/
From: "Larry Shatzer Jr." <larrysh@cpan.org> Message-ID: <20041115225913.GA22373@zippy.zyx.net> p4raw-id: //depot/perl@23500
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r--ext/B/B.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 027471119e..bd6a60ad07 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -342,7 +342,7 @@ get an initial "handle" on an internal object.
=head2 Functions Returning C<B::SV>, C<B::AV>, C<B::HV>, and C<B::CV> objects
-For descriptions of the class hierachy of these objects and the
+For descriptions of the class hierarchy of these objects and the
methods that can be called on them, see below, L<"OVERVIEW OF
CLASSES"> and L<"SV-RELATED CLASSES">.
@@ -430,7 +430,7 @@ Methods">, below.
=head2 Functions Returning C<B::OP> objects or for walking op trees
-For descriptions of the class hierachy of these objects and the
+For descriptions of the class hierarchy of these objects and the
methods that can be called on them, see below, L<"OVERVIEW OF
CLASSES"> and L<"OP-RELATED CLASSES">.