diff options
author | Larry Shatzer Jr. <larrysh@cpan.org> | 2004-11-15 08:59:14 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-11-16 10:49:35 +0000 |
commit | 3d036c2b4a16bfabb30adc0a1c9a65f0f7823869 (patch) | |
tree | 5bc7b07a41d3ba67f0fb8c23d2674a390ae51fe2 /ext/Time | |
parent | 4026c95ac795414220d662f764bd6e993724505d (diff) | |
download | perl-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/Time')
-rw-r--r-- | ext/Time/HiRes/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |