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