summaryrefslogtreecommitdiff
path: root/pod/perlintern.pod
diff options
context:
space:
mode:
authorPiotr Fusik <pfusik@op.pl>2005-07-30 23:54:19 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 08:13:10 +0000
commitd7f8936a2fe7fc93635b0b501d1f941d30d3399f (patch)
tree9ec130d79fad2c450541f9ea56801a6ecd17f962 /pod/perlintern.pod
parent0d65d7d555c9e685ae54e22c9f9eb33ec635ea81 (diff)
downloadperl-d7f8936a2fe7fc93635b0b501d1f941d30d3399f.tar.gz
POD typos
From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r--pod/perlintern.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod
index 74006e5998..b9bf0545b2 100644
--- a/pod/perlintern.pod
+++ b/pod/perlintern.pod
@@ -526,7 +526,7 @@ The SVs in the names AV have their PV being the name of the variable.
NV+1..IV inclusive is a range of cop_seq numbers for which the name is
valid. For typed lexicals name SV is SVt_PVMG and SvSTASH points at the
type. For C<our> lexicals, the type is SVt_PVGV, and GvSTASH points at the
-stash of the associated global (so that duplicate C<our> delarations in the
+stash of the associated global (so that duplicate C<our> declarations in the
same package can be detected). SvCUR is sometimes hijacked to
store the generation number during compilation.
@@ -704,7 +704,7 @@ Found in file pad.c
=item pad_free
-Free the SV at offet po in the current pad.
+Free the SV at offset po in the current pad.
void pad_free(PADOFFSET po)