[libautobox-core-perl] 06/07: Add a new spelling.patch for a new spelling mistake.

gregor herrmann gregoa at debian.org
Thu Jan 7 18:16:06 UTC 2016


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

gregoa pushed a commit to branch master
in repository libautobox-core-perl.

commit 271be920e120f72486253572de9d0af31e68433b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 7 19:12:59 2016 +0100

    Add a new spelling.patch for a new spelling mistake.
    
    ("New" as in "discovered by a newer version of lintian".)
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 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..f4d9d3f
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-01-07
+Forwarded: https://github.com/scrottie/autobox-Core/issues/31
+Bug: https://github.com/scrottie/autobox-Core/issues/31
+
+--- a/lib/autobox/Core.pm
++++ b/lib/autobox/Core.pm
+@@ -297,7 +297,7 @@
+ 
+ String substitution.  Works similarly to C<< s/// >>.
+ In boolean context, it returns true/false to indicate whether the substitution succeeded.  C<if>, C<?:>, C<!>, and so on, all provide boolean context.
+-It either fails or succeeds, having replaced only one occurance on success -- it doesn't replace globally.
++It either fails or succeeds, having replaced only one occurrence on success -- it doesn't replace globally.
+ In scalar context other than boolean context, it returns the modified string (incompatible change, new as of v 1.31).
+ 
+ =head4 undef

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



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