[libxml-smart-perl] 04/06: New spelling.patch

Florian Schlichting fsfs at alioth.debian.org
Mon Oct 7 19:04:20 UTC 2013


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

fsfs pushed a commit to branch master
in repository libxml-smart-perl.

commit c24ae8dd47879aefd56a69b3e7a6225a91b62a1d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Oct 7 20:46:38 2013 +0200

    New spelling.patch
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   24 ++++++++++++++++++++++++
 2 files changed, 25 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..5f63c5d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,24 @@
+Description: Fix two typos found by lintian
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/harishmadabushi/XML-Smart/pull/2/files
+
+--- a/lib/XML/Smart.pm
++++ b/lib/XML/Smart.pm
+@@ -1757,7 +1757,7 @@
+ 
+ I<DTD> can be a source, file, GLOB or URL.
+ 
+-This method is usefull if you need to have the XML generated by I<data()>
++This method is useful if you need to have the XML generated by I<data()>
+ formated in a specific DTD, so, elements will be nodes automatically,
+ attributes will be checked, required elements and attributes will be created,
+ the element order will be set, etc...
+@@ -1891,7 +1891,7 @@
+ ** This is good when you want to keep 2 versions of the same XML tree in the memory,
+ since one object can't change the tree of the other!
+ 
+-B<WARNING:> set_node(), set_cdata() and set_binary() changes are not persistant over copy - 
++B<WARNING:> set_node(), set_cdata() and set_binary() changes are not persistent over copy - 
+ Once you create a second copy these states are lost.
+ 
+ b<warning:> do not copy after apply_dtd() unless you have checked for dtd errors.

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



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