--- cvsroot/Coro/Coro.pm 2009/03/16 22:22:12 1.251 +++ cvsroot/Coro/Coro.pm 2009/04/16 20:07:21 1.252 @@ -348,7 +348,7 @@ will change the current timezone to "Antarctica/South_Pole", which requires a call to C, but by using C and C, which remember/change the current timezone and restore the previous -value, respectively, the timezone is only changes for the coro that +value, respectively, the timezone is only changed for the coro that installed those handlers. use POSIX qw(tzset);