1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: spelling error
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=126907
Last-Update: 2018-08-20
--- a/lib/Apache/DProf.pm
+++ b/lib/Apache/DProf.pm
@@ -136,7 +136,7 @@
These limitations are due to the assumption by Devel::DProf that the
code you are profiling is running under a standard Perl binary (the
one you run from the command line). C<Devel::Dprof> relies on the
-Perl C<-d> switch for intialization of the Perl debugger, which
+Perl C<-d> switch for initialization of the Perl debugger, which
happens inside C<perl_parse()> function call. It also relies on
Perl's special C<END> subroutines for termination when it writes the
raw profile to I<tmon.out>. Under the standard command line Perl
|