File: spelling-error.patch

package info (click to toggle)
libapache-db-perl 0.14-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: perl: 325; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
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