[libmce-perl] 06/07: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Tue Jul 7 16:28:06 UTC 2015


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

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

commit ea2d2e643e7050bc296ef1af57e7c66675ee44ce
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 18:24:46 2015 +0200

    Add a patch to fix a 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..698fed4
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake in the documentation
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-07-07
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=105714
+Bug: https://rt.cpan.org/Ticket/Display.html?id=105714
+
+--- a/lib/MCE/Queue.pm
++++ b/lib/MCE/Queue.pm
+@@ -1691,7 +1691,7 @@
+          max_workers => 1, task_name => 'dir',
+ 
+          user_func => sub {
+-            ## Create a "standalone queue" only accessable to this worker.
++            ## Create a "standalone queue" only accessible to this worker.
+             ## See included examples for running with multiple workers.
+             my $D = MCE::Queue->new(queue => [ MCE->user_args->[0] ]);
+ 

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



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