--- AnyEvent-MP/MP.pm 2016/08/17 19:45:18 1.150 +++ AnyEvent-MP/MP.pm 2016/08/17 19:45:36 1.151 @@ -541,7 +541,7 @@ =item peval $port, $coderef[, @args] -Evaluates the given C<$codref> within the contetx of C<$port>, that is, +Evaluates the given C<$codref> within the context of C<$port>, that is, when the code throws an exception the C<$port> will be killed. Any remaining args will be passed to the callback. Any return values will @@ -1380,7 +1380,7 @@ =head1 LOGGING AnyEvent::MP does not normally log anything by itself, but since it is the -root of the contetx hierarchy for AnyEvent::MP modules, it will receive +root of the context hierarchy for AnyEvent::MP modules, it will receive all log messages by submodules. =head1 SEE ALSO