[libxml-libxml-perl] 06/07: Add wording.patch (s/allow to/allow one to/g).
gregor herrmann
gregoa at debian.org
Sun Dec 6 12:52:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libxml-libxml-perl.
commit a4cde0ea6e60d569d13b13b38af2f88d7b0b0530
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Dec 6 13:48:14 2015 +0100
Add wording.patch (s/allow to/allow one to/g).
---
debian/patches/series | 1 +
debian/patches/wording.patch | 49 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index c15e2c3..4b18088 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
fail-build-no-libxml2.patch
disable_runtime-version_warning.patch
+wording.patch
diff --git a/debian/patches/wording.patch b/debian/patches/wording.patch
new file mode 100644
index 0000000..4ea048f
--- /dev/null
+++ b/debian/patches/wording.patch
@@ -0,0 +1,49 @@
+Description: improve wording
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-06
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110116
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110116
+
+--- a/LibXML.pod
++++ b/LibXML.pod
+@@ -459,7 +459,7 @@
+ import_GDOME() and export_GDOME(). Both function have two parameters: the node
+ and a flag for recursive import. The flag works as in cloneNode().
+
+-The two functions allow to export and import XML::GDOME nodes explicitly,
++The two functions allow one to export and import XML::GDOME nodes explicitly,
+ however, XML::LibXML allows also the transparent import of XML::GDOME nodes in
+ functions such as appendChild(), insertAfter() and so on. While native nodes
+ are automatically adopted in most functions XML::GDOME nodes are always cloned
+--- a/docs/libxml.dbk
++++ b/docs/libxml.dbk
+@@ -918,7 +918,7 @@
+ <para>XML::LibXML provides two functions to export or import GDOME nodes: import_GDOME() and export_GDOME(). Both function have two parameters: the
+ node and a flag for recursive import. The flag works as in cloneNode().</para>
+
+- <para>The two functions allow to export and import XML::GDOME nodes explicitly, however, XML::LibXML allows also the transparent import of
++ <para>The two functions allow one to export and import XML::GDOME nodes explicitly, however, XML::LibXML allows also the transparent import of
+ XML::GDOME nodes in functions such as appendChild(), insertAfter() and so on. While native nodes are automatically adopted in most functions
+ XML::GDOME nodes are always cloned in advance. Thus if the original node is modified after the operation, the node in the XML::LibXML document will
+ not have this information.</para>
+@@ -6261,7 +6261,7 @@
+ memory.</para>
+ <para>The Reader acts as a cursor going forward on the document
+ stream and stopping at each node in the way. At every point
+- DOM-like methods of the Reader object allow to examine the
++ DOM-like methods of the Reader object allow one to examine the
+ current node (name, namespace, attributes, etc.)</para>
+ <para>The user's code keeps control of the progress and simply
+ calls the <literal>read()</literal> function repeatedly to
+--- a/lib/XML/LibXML/Reader.pod
++++ b/lib/XML/LibXML/Reader.pod
+@@ -46,7 +46,7 @@
+
+ The Reader acts as a cursor going forward on the document stream and stopping
+ at each node in the way. At every point DOM-like methods of the Reader object
+-allow to examine the current node (name, namespace, attributes, etc.)
++allow one to examine the current node (name, namespace, attributes, etc.)
+
+ The user's code keeps control of the progress and simply calls the C<<<<<< read() >>>>>> function repeatedly to progress to the next node in the document order. Other
+ functions provide means for skipping complete sub-trees, or nodes until a
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-perl.git
More information about the Pkg-perl-cvs-commits
mailing list