summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFerenc Erki <ferki@cpan.org>2023-01-13 15:10:08 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2023-01-13 15:13:23 +0000
commitc8605da147ccbf89e6cd2acae9daf9b87459b9be (patch)
treee7f00961983a3976056a66db11972763b617c6e8 /pod
parent52bccf632810b58fa7086ef36a1a71d732c5549c (diff)
downloadperl-c8605da147ccbf89e6cd2acae9daf9b87459b9be.tar.gz
Fix typos
Diffstat (limited to 'pod')
-rw-r--r--pod/perlperf.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlperf.pod b/pod/perlperf.pod
index 1aa17029e6..d84bd3570b 100644
--- a/pod/perlperf.pod
+++ b/pod/perlperf.pod
@@ -456,7 +456,7 @@ from C<Devel::DProf>. The 102% figure has disappeared, for example. This is
where we have to use the tools at our disposal, and recognise their pros and
cons, before using them. Interestingly, the numbers of calls for each
subroutine are identical in the two reports, it's the percentages which differ.
-As the author of C<Devel::Proviler> writes:
+As the author of C<Devel::Profiler> writes:
...running HTML::Template's test suite under Devel::DProf shows
output() taking NO time but Devel::Profiler shows around 10% of the
@@ -490,7 +490,7 @@ C<-d> flag to Perl at runtime.
words with only capital letters: 1316
words with only vowels: 1701
-C<Devel::SmallProf> writes it's output into a file called F<smallprof.out>, by
+C<Devel::SmallProf> writes its output into a file called F<smallprof.out>, by
default. The format of the file looks like this:
<num> <time> <ctime> <line>:<text>