summaryrefslogtreecommitdiff
path: root/lib/MCE/Channel/MutexFast.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MCE/Channel/MutexFast.pm')
-rw-r--r--lib/MCE/Channel/MutexFast.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MCE/Channel/MutexFast.pm b/lib/MCE/Channel/MutexFast.pm
index 149f178..e1af39b 100644
--- a/lib/MCE/Channel/MutexFast.pm
+++ b/lib/MCE/Channel/MutexFast.pm
@@ -335,7 +335,7 @@ Current module available since MCE 1.877.
my $chnl_a = MCE::Channel->new( impl => 'MutexFast' );
# 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 => 'MutexFast', mp => 1 );