summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorAudrey Tang <cpan@audreyt.org>2001-12-29 09:59:28 +0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 15:09:00 +0000
commitfe854a6f990f7776a8ee8bd28f02e1bd36e5bb58 (patch)
tree1652104bde99b9156bc0dd94cc9643a8c6b78fbe /pod/perlguts.pod
parent2948e0bde4eb0485569b1f3510975019a89a444f (diff)
downloadperl-fe854a6f990f7776a8ee8bd28f02e1bd36e5bb58.tar.gz
Module names and other nits
Message-ID: <20011229015928.A29712@geb.elixus.org> p4raw-id: //depot/perl@13922
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 8a1d511cde..2b8faf007f 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -247,7 +247,7 @@ portion of the string between the "real" and the "fake" beginnings is
shown in parentheses, and the values of C<SvCUR> and C<SvLEN> reflect
the fake beginning, not the real one.
-Something similar to the offset hack is perfomed on AVs to enable
+Something similar to the offset hack is performed on AVs to enable
efficient shifting and splicing off the beginning of the array; while
C<AvARRAY> points to the first element in the array that is visible from
Perl, C<AvALLOC> points to the real start of the C array. These are