[libxml-treepuller-perl] 04/05: Add spelling-error-in-manpage.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Jun 3 20:57:00 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libxml-treepuller-perl.

commit 57a6497421a8225867833cfed9ef2372c57b244a
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Jun 3 21:19:26 2016 +0100

    Add spelling-error-in-manpage.patch
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..1cc1fab
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,23 @@
+Description: Correct spelling error detected by lintian
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115044
+Last-Update: 2016-06-03
+---
+--- a/lib/XML/TreePuller.pm
++++ b/lib/XML/TreePuller.pm
+@@ -482,7 +482,7 @@
+ Searches this element for any child elements as matched by the path supplied as
+ an argument; the path is relative to the current element. 
+ The path is of the format 'element1/element2/element3' where each element name
+-is seperated by a forward slash and there is no trailing or leading forwardslashes. 
++is separated by a forward slash and there are no trailing or leading forward slashes. 
+ If no path is specified it returns all of the child elements for the current element.
+ 
+ If called in scalar context returns the first element that matches the path; if 
+@@ -597,4 +597,4 @@
+ 
+ =head1 AUTHOR
+ 
+-Tyler Riddle, C<< <triddle at cpan.org> >>
+\ No newline at end of file
++Tyler Riddle, C<< <triddle at cpan.org> >>

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



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