[liblog-report-lexicon-perl] 07/08: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sun Apr 17 14:24:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-lexicon-perl.

commit b85be5bf7aa21e86c4cb14d50d8a0640a7173ae0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 16:23:03 2016 +0200

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 51 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..1ec2eab
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,51 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Forwarded: not yet: "Unable to login to RT: Internal Server Error"
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-04-17
+
+--- a/lib/Log/Report/Extract.pod
++++ b/lib/Log/Report/Extract.pod
+@@ -110,7 +110,7 @@
+ 
+ The statistics are sent to (Log::Report) dispatchers which accept
+ notice and info.  This could be syslog.  When you have no explicit
+-dispatchers in your program, the level of detail get controled by
++dispatchers in your program, the level of detail get controlled by
+ the 'mode':
+ 
+    use Log::Report mode => 'DEBUG';  # or 'VERBOSE'
+--- a/lib/Log/Report/Translator/Context.pod
++++ b/lib/Log/Report/Translator/Context.pod
+@@ -19,13 +19,13 @@
+ translated diffently in one file or the other.
+ 
+ For instance, two libraries used in the same application, or two
+-componentent within a single libary both want to used the same
++componentent within a single library both want to used the same
+ default text (which usually is very short)
+ 
+    char * t1 = pgettext('interface', 'None');
+    char * t2 = pgettext('selections', 'None');
+ 
+-Some translation setups use the libary name consequently as msgctxt.
++Some translation setups use the library name consequently as msgctxt.
+ But, the name "context" is pretending much more power than the gettext
+ libraries are capable of: it usually only behaves like a namespace.
+ 
+@@ -105,13 +105,13 @@
+ translated diffently in one file or the other.
+ 
+ For instance, two libraries used in the same application, or two
+-componentent within a single libary both want to used the same
++componentent within a single library both want to used the same
+ default text (which usually is very short)
+ 
+    char * t1 = pgettext('interface', 'None');
+    char * t2 = pgettext('selections', 'None');
+ 
+-Some translation setups use the libary name consequently as msgctxt.
++Some translation setups use the library name consequently as msgctxt.
+ But, the name "context" is pretending much more power than the gettext
+ libraries are capable of: it usually only behaves like a namespace.
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-lexicon-perl.git



More information about the Pkg-perl-cvs-commits mailing list