diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-30 23:54:19 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-01 08:13:10 +0000 |
commit | d7f8936a2fe7fc93635b0b501d1f941d30d3399f (patch) | |
tree | 9ec130d79fad2c450541f9ea56801a6ecd17f962 /symbian | |
parent | 0d65d7d555c9e685ae54e22c9f9eb33ec635ea81 (diff) | |
download | perl-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 'symbian')
-rw-r--r-- | symbian/PerlBase.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/PerlBase.pod b/symbian/PerlBase.pod index 265e2d6d8b..2203b961f0 100644 --- a/symbian/PerlBase.pod +++ b/symbian/PerlBase.pod @@ -111,7 +111,7 @@ will get the error). int Run() -Start executing an interpeter. A Parse() must have been called before +Start executing an interpreter. A Parse() must have been called before a Run(): use 3 and { "", "-e", 0 } if you do not have an argv. Note that a call to Parse() is required before Run(). |