diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-31 14:50:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-02 10:39:51 +0000 |
commit | 3c4b39bee8832007b7e91bfce8701d34cacab411 (patch) | |
tree | 190f72b72255db85e5c78f68a0d0047692aab3a9 /ext/XS | |
parent | db30010093a0bacd16d1fa3fd1bd5397da6479d3 (diff) | |
download | perl-3c4b39bee8832007b7e91bfce8701d34cacab411.tar.gz |
Typos in *.p[lm]
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
p4raw-id: //depot/perl@25261
Diffstat (limited to 'ext/XS')
-rw-r--r-- | ext/XS/APItest/APItest.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm index 5a00b31bcd..73cba40b69 100644 --- a/ext/XS/APItest/APItest.pm +++ b/ext/XS/APItest/APItest.pm @@ -160,17 +160,17 @@ the function; for example =item B<eval_sv> -Evalulates the passed SV. Result handling is done the same as for +Evaluates the passed SV. Result handling is done the same as for C<call_sv()> etc. =item B<eval_pv> -Excercises the C function of the same name in scalar context. Returns the +Exercises the C function of the same name in scalar context. Returns the same SV that the C function returns. =item B<require_pv> -Excercises the C function of the same name. Returns nothing. +Exercises the C function of the same name. Returns nothing. =back |