[libperl5i-perl] 04/08: Add a patch to fix spelling mistakes in the documentation.
gregor herrmann
gregoa at debian.org
Sun May 29 15:37:12 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 c13e70a5735423a06a09ebf6a6ed8c8b1c4152f1
Author: gregor herrmann <gregoa at debian.org>
Date: Sun May 29 17:32:55 2016 +0200
Add a patch to fix spelling mistakes in the documentation.
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 0954934..dc928ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix-test-for-mips
cherry-pick-d096ee5e-fix-perl5i-dash-e-from-segfaulting
dont-use-dash-Ilib
stat_perl_5.23.3.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..bbefd22
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,40 @@
+Description: fix some spelling mistakes on the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-29
+Forwarded: https://github.com/evalEmpire/perl5i/issues/294
+Bug: https://github.com/evalEmpire/perl5i/issues/294
+
+--- a/lib/perl5i.pm
++++ b/lib/perl5i.pm
+@@ -825,7 +825,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.
+
+--- a/lib/perl5i/Meta.pod
++++ b/lib/perl5i/Meta.pod
+@@ -67,7 +67,7 @@
+
+ my $id = $object->mo->id;
+
+-Returns an identifer for $object.
++Returns an identifier for $object.
+
+ The identifier is guaranteed to be:
+
+--- a/lib/perl5ifaq.pod
++++ b/lib/perl5ifaq.pod
+@@ -28,7 +28,7 @@
+ DateTime>.
+
+ Not only does this cause you to litter your code with a dozen use
+-statements, it also requires tribal knowledge not neccessarily
++statements, it also requires tribal knowledge not necessarily
+ available to the new programmer. To use Perl 5 well requires an
+ experienced Perl programmer looking over your shoulder, giving you
+ advice.
--
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