[libperl5i-perl] 06/07: Add a new patch to fix a spelling mistake in the POD.
gregor herrmann
gregoa at debian.org
Mon Oct 31 00:16:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libperl5i-perl.
commit 10e8505581f5dcd248a0b76b98ccb9830ca82db1
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Oct 31 01:15:15 2016 +0100
Add a new patch to fix a spelling mistake in the POD.
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 660709a..ce07a76 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
fix-test-for-mips
dont-use-dash-Ilib
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..d753273
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix typo
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-31
+Forwarded: https://github.com/evalEmpire/perl5i/issues/298
+Bug: https://github.com/evalEmpire/perl5i/issues/298
+
+--- a/lib/perl5i.pm
++++ b/lib/perl5i.pm
+@@ -481,7 +481,7 @@
+
+ my $wrapped = $string->wrap( width => $cols, separator => $sep );
+
+-Wraps $string to width $cols, breaking lines at word boundries using
++Wraps $string to width $cols, breaking lines at word boundaries using
+ separator $sep.
+
+ If no width is given, $cols defaults to 76. Default line separator is
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libperl5i-perl.git
More information about the Pkg-perl-cvs-commits
mailing list