--- EV/EV.pm 2007/12/08 14:31:45 1.66 +++ EV/EV.pm 2007/12/09 03:54:13 1.68 @@ -95,7 +95,7 @@ =item $EV::DIED Must contain a reference to a function that is called when a callback -throws an exception (with $@ containing thr error). The default prints an +throws an exception (with $@ containing the error). The default prints an informative message and continues. If this callback throws an exception it will be silently ignored. @@ -840,7 +840,7 @@ }; default_loop - or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_METHODS}?'; + or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_FLAGS}?'; 1;