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

package info (click to toggle)
liblog-handler-perl 0.90-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 576 kB
  • sloc: perl: 2,758; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix spelling errors in manpage
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=116794
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116794
Author: Salvatore Bonaccorso <carnil@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-07-14

--- a/lib/Log/Handler/Examples.pod
+++ b/lib/Log/Handler/Examples.pod
@@ -360,7 +360,7 @@
 
 =head2 FILTER CALLER
 
-This example shows you how it's possilbe to debug messages
+This example shows you how it's possible to debug messages
 only from a special namespace.
 
     my $log = Log::Handler->new();