[libxml-easy-perl] 05/06: Add a patch to fix some spelling mistakes.
gregor herrmann
gregoa at debian.org
Thu Jun 4 23:13:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libxml-easy-perl.
commit 02e4d4f4e4f51dc71af1383755efbe4056df1c38
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 5 01:11:39 2015 +0200
Add a patch to fix some spelling mistakes.
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 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..651443f
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: fix some spelling errors
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-06-05
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104973
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104973
+
+--- a/lib/XML/Easy/Syntax.pm
++++ b/lib/XML/Easy/Syntax.pm
+@@ -721,7 +721,7 @@
+ =item $xml10_chardata_rx
+
+ Ordinary literal character data. This consists of zero or more acceptable
+-charaters, other than the metacharacters "B<< < >>" and "B<&>", and
++characters, other than the metacharacters "B<< < >>" and "B<&>", and
+ not including "B<< ]]> >>" as a subsequence. Such data stands for
+ itself when it appears between the start and end tags of an element,
+ where it can be interspersed with references, CDATA sections, comments,
+@@ -748,7 +748,7 @@
+ =item $xml10_cdata_rx
+
+ Literal character data in a CDATA section. This consists of zero or
+-more acceptable charaters, not including "B<< ]]> >>" as a subsequence.
++more acceptable characters, not including "B<< ]]> >>" as a subsequence.
+ Unlike ordinary literal character data, the characters "B<< < >>" and
+ "B<&>" are not metacharacters here. Such data stands for itself when
+ it appears within a CDATA section.
+@@ -1063,7 +1063,7 @@
+ whitespace.
+
+ Beware in using a pattern such as C<$xml10_misc_rx*>. It could match
+-a string of whitespace charaters in many ways, leading to exponential
++a string of whitespace characters in many ways, leading to exponential
+ behaviour if it becomes necessary to backtrack. This can be avoided by
+ using the C<$xml10_miscseq_rx> pattern (below).
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-easy-perl.git
More information about the Pkg-perl-cvs-commits
mailing list