File: spelling.patch

package info (click to toggle)
libdevel-profile-perl 1.05-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 18
  • sloc: perl: 215; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 946 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: fix spelling mistakes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-07-24
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106059
Bug: https://rt.cpan.org/Ticket/Display.html?id=106059

--- a/Profile.pm
+++ b/Profile.pm
@@ -338,7 +338,7 @@
 
 =head1 OUTPUT FORMAT
 
-example ouput:
+example output:
     
     time elapsed (wall):   86.8212
     time running program:  65.7657  (75.75%)
@@ -435,7 +435,7 @@
 
 The above program also had a very large startup phase (reading config files,
 building data structures, etc), the author wanted to see profiling data
-for the startup phase, and for the running phase seperately. The running
+for the startup phase, and for the running phase separately. The running
 program can call C<DB::reset()> to save the profiling data and reset the
 statistics. Once reset, only "stuff" that happens from that point on will be
 reflected in the profile data file.