File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
liblog-handler-perl 0.88-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 600 kB
  • ctags: 191
  • sloc: perl: 2,753; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
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 errors in manpage
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2016-08-09
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116794
Bug: https://rt.cpan.org/Ticket/Display.html?id=116794

--- a/lib/Log/Handler.pm
+++ b/lib/Log/Handler.pm
@@ -505,7 +505,7 @@ write operations.
     0 - to disable it
     1 - to enable it
 
-If you set C<die_on_errors> to 0 then you have to controll it yourself.
+If you set C<die_on_errors> to 0 then you have to control it yourself.
 
     $log->info("info message") or die $log->errstr();
 
@@ -517,7 +517,7 @@ If you set C<die_on_errors> to 0 then yo
 
 This option is set to 1 by default.
 
-Take a look to the decription of the method C<reload> for more
+Take a look to the description of the method C<reload> for more
 information about this option.
 
 =item B<filter_message>