From: Larry Shatzer Jr. Date: Mon, 15 Nov 2004 15:59:14 +0000 (-0700) Subject: s/hierachy/hierarchy/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d036c2b4a16bfabb30adc0a1c9a65f0f7823869;p=p5sagit%2Fp5-mst-13.2.git s/hierachy/hierarchy/ From: "Larry Shatzer Jr." Message-ID: <20041115225913.GA22373@zippy.zyx.net> p4raw-id: //depot/perl@23500 --- diff --git a/ext/B/B.pm b/ext/B/B.pm index 0274711..bd6a60a 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, C, C, and C 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 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 2f191cc..51bf35a 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 dd1e3d5..adea6b7 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".