[libxml-simple-perl] 09/10: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Fri Dec 4 17:35:00 UTC 2015


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

gregoa pushed a commit to branch master
in repository libxml-simple-perl.

commit 3bfd3041d920c1afba1782919974ad346b3007c5
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 4 18:32:06 2015 +0100

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index d57d7a8..85035c5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_manpage-has-bad-whatis-entry.diff
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..4b965f2
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-04
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110082
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110082
+
+--- a/lib/XML/Simple.pm
++++ b/lib/XML/Simple.pm
+@@ -2221,7 +2221,7 @@
+ 
+ =head2 ContentKey => 'keyname' I<# in+out - seldom used>
+ 
+-When text content is parsed to a hash value, this option let's you specify a
++When text content is parsed to a hash value, this option lets you specify a
+ name for the hash key to override the default 'content'.  So for example:
+ 
+   XMLin('<opt one="1">Text</opt>', ContentKey => 'text')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-simple-perl.git



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