Description: Fix a spelling error calender -> calender
Origin: vendor
Forwarded: no
Author: Alessandro Ghedini <al3xbio@gmail.com>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-01-07

--- a/libev/ev.pod
+++ b/libev/ev.pod
@@ -2211,7 +2211,7 @@
 
 Unlike C<ev_timer>, periodic watchers are not based on real time (or
 relative time, the physical time that passes) but on wall clock time
-(absolute time, the thing you can read on your calender or clock). The
+(absolute time, the thing you can read on your calendar or clock). The
 difference is that wall clock time can run faster or slower than real
 time, and time jumps are not uncommon (e.g. when you adjust your
 wrist-watch).
--- a/EV.pm
+++ b/EV.pm
@@ -277,7 +277,7 @@
 Effectively, all C<timer> watchers will be delayed by the time spend
 between C<suspend> and C<resume>, and all C<periodic> watchers
 will be rescheduled (that is, they will lose any events that would have
-occured while suspended).
+occurred while suspended).
 
 After calling C<suspend> you B<must not> call I<any> function on the given
 loop other than C<resume>, and you B<must not> call C<resume>
@@ -366,7 +366,7 @@
 =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
 
@@ -1104,7 +1104,7 @@
 
    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)
