summaryrefslogtreecommitdiff
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
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
-rw-r--r--ext/B/B.pm4
-rw-r--r--ext/Time/HiRes/Makefile.PL2
-rw-r--r--perlio.h2
3 files changed, 4 insertions, 4 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">.
diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL
index 2f191ccf52..51bf35a63e 100644
--- a/ext/Time/HiRes/Makefile.PL
+++ b/ext/Time/HiRes/Makefile.PL
@@ -98,7 +98,7 @@ sub try_compile_and_link {
if ($^O eq 'VMS') {
if ($ENV{PERL_CORE}) {
- # Fragile if the extensions change hierachy within
+ # Fragile if the extensions change hierarchy within
# the Perl core but this should do for now.
$cccmd = "$Config{'cc'} /include=([---]) $tmp.c";
} else {
diff --git a/perlio.h b/perlio.h
index dd1e3d51a0..adea6b74fe 100644
--- a/perlio.h
+++ b/perlio.h
@@ -12,7 +12,7 @@
#define _PERLIO_H
/*
Interface for perl to IO functions.
- There is a hierachy of Configure determined #define controls:
+ There is a hierarchy of Configure determined #define controls:
USE_STDIO - forces PerlIO_xxx() to be #define-d onto stdio functions.
This is used for x2p subdirectory and for conservative
builds - "just like perl5.00X used to be".