[libxml-descent-perl] 05/05: Add patch to fix 'targetted' typo.

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 10 23:04:16 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository libxml-descent-perl.

commit b9e07b8d97a2dbbdb672a87c6d3eebe3726f839f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 10 23:41:50 2014 +0100

    Add patch to fix 'targetted' typo.
---
 debian/patches/series               |  1 +
 debian/patches/targetted-typo.patch | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06c718d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+targetted-typo.patch
diff --git a/debian/patches/targetted-typo.patch b/debian/patches/targetted-typo.patch
new file mode 100644
index 0000000..f4bbf97
--- /dev/null
+++ b/debian/patches/targetted-typo.patch
@@ -0,0 +1,24 @@
+Description: Fix 'targetted' typo, replace with 'targeted'
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92043
+Last-Update: 2014-01-10
+--- a/lib/XML/Descent.pm
++++ b/lib/XML/Descent.pm
+@@ -368,7 +368,7 @@ sub _filter {
+ =head2 C<before>
+ 
+ Register a handler to be called before the existing handler for an
+-element. As with C<on> multiple elements may be targetted by providing
++element. As with C<on> multiple elements may be targeted by providing
+ an array ref.
+ 
+ =cut
+@@ -386,7 +386,7 @@ sub before {
+ =head2 C<after>
+ 
+ Register a handler to be called after the existing handler for an
+-element. As with C<on> multiple elements may be targetted by providing
++element. As with C<on> multiple elements may be targeted by providing
+ an array ref.
+ 
+ =cut

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



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