[libxml-node-perl] 05/07: Add patch to fix spelling in POD.

gregor herrmann gregoa at debian.org
Sat Jun 24 15:53:53 UTC 2017


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

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

commit bc945159bc7ffd91857508f164a5df12be3d008a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 17:10:11 2017 +0200

    Add patch to fix spelling in POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 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..b69bfa0
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: fix spelling mistakes in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-06-24
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122209
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122209
+
+--- a/Node.pm
++++ b/Node.pm
+@@ -12,7 +12,7 @@
+ 
+ =head1 NAME
+ 
+-XML::Node - Node-based XML parsing: an simplified interface to XML::Parser
++XML::Node - Node-based XML parsing: a simplified interface to XML::Parser
+ 
+ =head1 SYNOPSIS
+ 
+@@ -35,7 +35,7 @@
+ 
+ The XML::Node module allows you to register callback functions or variables for 
+ any  XML node. If you register a call back function, it will be called when
+-the node of the type you specified are encountered. If you register a variable, 
++the nodes of the type you specified are encountered. If you register a variable, 
+ the content of a XML node will be appended to that variable automatically. 
+ 
+ Subroutine register accepts both absolute and relative node registrations.
+@@ -54,8 +54,8 @@
+ 
+  5. register(">TestCase:Author", "attr" => \$testcase_author);
+ 
+-Abosolute path trigger condition is recommended because a "Name" tage could appear in different
+-places and stands for differe names. 
++Absolute path trigger condition is recommended because a "Name" tag could appear in different
++places and stands for different names. 
+ 
+ Example:
+ 

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



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