[liblog-handler-perl] 04/05: Fix spelling errors in Log::Handler manpage
Salvatore Bonaccorso
carnil at debian.org
Tue Aug 9 14:50:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository liblog-handler-perl.
commit 83ff7191f4edeb9e541c05e2cc9e349a68293938
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Tue Aug 9 16:26:18 2016 +0200
Fix spelling errors in Log::Handler manpage
---
debian/patches/fix-spelling-error-in-manpage.patch | 27 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 28 insertions(+)
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..81b89ed
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at 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>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-handler-perl.git
More information about the Pkg-perl-cvs-commits
mailing list