From 7f7298c8560306cbf1cf58751d48d7adb6292381 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 25 Jul 2019 15:01:51 -0300 Subject: Fix a spelling error calender -> calender Origin: vendor Forwarded: no Reviewed-by: gregor herrmann Last-Update: 2018-12-25 Gbp-Pq: Name fix-spelling-error.patch --- EV.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EV.pm b/EV.pm index b9e67fc..f24db60 100644 --- a/EV.pm +++ b/EV.pm @@ -277,7 +277,7 @@ C directly afterwards to resume timer processing. Effectively, all C watchers will be delayed by the time spend between C and C, and all C watchers will be rescheduled (that is, they will lose any events that would have -occured while suspended). +occurred while suspended). After calling C you B call I function on the given loop other than C, and you B call C @@ -366,7 +366,7 @@ C and C) happened on the file descriptor C<$fd>. =item EV::feed_signal_event $signal Feed a signal event into the default loop. EV will react to this call as -if the signal specified by C<$signal> had occured. +if the signal specified by C<$signal> had occurred. =item EV::feed_signal $signal @@ -1103,7 +1103,7 @@ kqueue to still be able to handle a large number of sockets: my $socket_loop; - # check wether we use SELECT or POLL _and_ KQUEUE is supported + # check whether we use SELECT or POLL _and_ KQUEUE is supported if ( (EV::backend & (EV::BACKEND_POLL | EV::BACKEND_SELECT)) && (EV::supported_backends & EV::embeddable_backends & EV::BACKEND_KQUEUE) -- cgit v1.2.3