[libautobox-core-perl] 11/12: Add a patch to fix a documentation spelling mistake.

gregor herrmann gregoa at debian.org
Mon Nov 30 18:45:02 UTC 2015


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 971b0906f159016505eb4498f4567244b25ef602
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Nov 30 19:42:30 2015 +0100

    Add a patch to fix a documentation spelling mistake.
---
 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..535a79c
--- /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: 2015-11-30
+Forwarded: https://github.com/scrottie/autobox-Core/issues/28
+Bug: https://github.com/scrottie/autobox-Core/issues/28
+
+--- a/lib/autobox/Core.pm
++++ b/lib/autobox/Core.pm
+@@ -828,7 +828,7 @@
+     my %things = ( foo => 1, bar => 2, baz => 5 );
+     my %flipped = %things->flip; # { 1 => foo, 2 => bar, 5 => baz }
+ 
+-If there is more than one occurence of a certain value, any one of the
++If there is more than one occurrence of a certain value, any one of the
+ keys may end up as the value.  This is because of the random ordering
+ of hash keys.
+ 

-- 
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