summaryrefslogtreecommitdiff
path: root/lib/MCE/Channel/Mutex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MCE/Channel/Mutex.pm')
-rw-r--r--lib/MCE/Channel/Mutex.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/MCE/Channel/Mutex.pm b/lib/MCE/Channel/Mutex.pm
index e243ee3..8fd7c01 100644
--- a/lib/MCE/Channel/Mutex.pm
+++ b/lib/MCE/Channel/Mutex.pm
@@ -11,7 +11,7 @@ use warnings;
no warnings qw( uninitialized once );
-our $VERSION = '1.887';
+our $VERSION = '1.888';
use base 'MCE::Channel';
use MCE::Mutex ();
@@ -304,7 +304,7 @@ MCE::Channel::Mutex - Channel for producer(s) and many consumers
=head1 VERSION
-This document describes MCE::Channel::Mutex version 1.887
+This document describes MCE::Channel::Mutex version 1.888
=head1 DESCRIPTION
@@ -323,7 +323,7 @@ The API is described in L<MCE::Channel>.
my $chnl_a = MCE::Channel->new( impl => 'Mutex' );
# Specify the 'mp' option for safe use by two or more producers
- # sending or recieving on the left side of the channel (i.e.
+ # sending or receiving on the left side of the channel (i.e.
# ->enqueue/->send or ->recv2/->recv2_nb).
my $chnl_b = MCE::Channel->new( impl => 'Mutex', mp => 1 );