r77826 - in /trunk/libxml-libxml-perl/debian: changelog patches/fix-spelling-errors.patch

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Mon Jul 25 16:53:05 UTC 2011


Author: chrisb
Date: Mon Jul 25 16:53:04 2011
New Revision: 77826

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77826
Log:
Refreshed fix-spelling-errors.patch

Modified:
    trunk/libxml-libxml-perl/debian/changelog
    trunk/libxml-libxml-perl/debian/patches/fix-spelling-errors.patch

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=77826&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Mon Jul 25 16:53:04 2011
@@ -1,6 +1,7 @@
 libxml-libxml-perl (1.84+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Refreshed fix-spelling-errors.patch
 
  -- Chris Butler <chrisb at debian.org>  Mon, 25 Jul 2011 18:05:55 +0200
 

Modified: trunk/libxml-libxml-perl/debian/patches/fix-spelling-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/fix-spelling-errors.patch?rev=77826&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix-spelling-errors.patch (original)
+++ trunk/libxml-libxml-perl/debian/patches/fix-spelling-errors.patch Mon Jul 25 16:53:04 2011
@@ -31,21 +31,12 @@
 @@ -222,7 +222,7 @@
  =back
  
- By default XML::LibXML does not process XInclude tags within a XML Document
+ By default XML::LibXML does not process XInclude tags within an XML Document
 -(see options section below). XML::LibXML allows to post process a document to
 +(see options section below). XML::LibXML allows one to post process a document to
  expand XInclude tags.
  
  =over 4
-@@ -621,7 +621,7 @@
- errors. 
- 
- IMPORTANT: Due to limitations in the libxml2 library line numbers greater than
--65535 will be returned as 65535. Unfortunatelly, this is a long and sad story,
-+65535 will be returned as 65535. Unfortunately, this is a long and sad story,
- please see L<<<<<< http://bugzilla.gnome.org/show_bug.cgi?id=325533 >>>>>> for more details. 
- 
- 
 --- a/lib/XML/LibXML/PI.pod
 +++ b/lib/XML/LibXML/PI.pod
 @@ -56,7 +56,7 @@
@@ -79,9 +70,9 @@
  
 -This function allows to validate a (parsed) document against the given RelaxNG
 +This function allows one to validate a (parsed) document against the given RelaxNG
- schema. The argument of this function should be a XML::LibXML::Document object.
- If this function succeeds, it will return 0, otherwise it will die() and report
- the errors found. Because of this validate() should be always evaluated.
+ schema. The argument of this function should be an XML::LibXML::Document
+ object. If this function succeeds, it will return 0, otherwise it will die()
+ and report the errors found. Because of this validate() should be always
 --- a/lib/XML/LibXML/Schema.pod
 +++ b/lib/XML/LibXML/Schema.pod
 @@ -35,7 +35,7 @@
@@ -127,8 +118,8 @@
  
    $gdomenode = XML::LibXML->export_GDOME( $node, $deep );
  
--Allows to clone an XML::LibXML node into a XML::GDOME node.
-+Allows one to clone an XML::LibXML node into a XML::GDOME node.
+-Allows to clone an XML::LibXML node into an XML::GDOME node.
++Allows one to clone an XML::LibXML node into an XML::GDOME node.
  
  
  




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