[libtext-diff-perl] 06/07: Add patch to fix spelling errors in Text::Diff::Table

Salvatore Bonaccorso carnil at debian.org
Sun Nov 12 08:20:35 UTC 2017


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

carnil pushed a commit to branch master
in repository libtext-diff-perl.

commit 5f39dd3d2765e461a59298c4d729b8c72ff6b515
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Nov 12 09:15:26 2017 +0100

    Add patch to fix spelling errors in Text::Diff::Table
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..b46103c
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Spelling errors in manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123609
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123609
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2017-11-12
+
+--- a/lib/Text/Diff/Table.pm
++++ b/lib/Text/Diff/Table.pm
+@@ -358,7 +358,7 @@ diffs:
+ This format also goes to some pains to highlight "invisible" characters on
+ differing elements by selectively escaping whitespace.  Each element is split
+ in to three segments (leading whitespace, body, trailing whitespace).  If
+-whitespace differs in a segement, that segment is whitespace escaped.
++whitespace differs in a segment, that segment is whitespace escaped.
+ 
+ Here is an example of the selective whitespace.
+ 
+@@ -394,7 +394,7 @@ call; so far I'm choosing not to.
+ 
+ =head1 UNICODE
+ 
+-To output the raw unicode chracters consult the documentation of
++To output the raw unicode characters consult the documentation of
+ L<Text::Diff::Config>. You can set the C<DIFF_OUTPUT_UNICODE> environment
+ variable to 1 to output it from the command line. For more information,
+ consult this bug: L<https://rt.cpan.org/Ticket/Display.html?id=54214> .

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



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