--- cvsroot/Coro/README 2009/03/16 22:22:12 1.22 +++ cvsroot/Coro/README 2009/05/29 07:01:18 1.23 @@ -249,7 +249,7 @@ "Antarctica/South_Pole", which requires a call to "tzset", but by using "on_enter" and "on_leave", which remember/change the current timezone and restore the previous value, respectively, the timezone - is only changes for the coro that installed those handlers. + is only changed for the coro that installed those handlers. use POSIX qw(tzset);