--- Coro/Coro.pm 2008/11/16 11:12:57 1.220 +++ Coro/Coro.pm 2008/11/18 05:51:38 1.221 @@ -682,7 +682,7 @@ You must not switch to another coroutine from within a signal handler (only relevant with %SIG - most event libraries provide safe signals). -That means you I call any fucntion that might "block" the +That means you I call any function that might "block" the current coroutine - C, C C<< Coro::Semaphore->down >> or anything that calls those. Everything else, including calling C, works.