Subject: | [patch] spelling error in POE::Resource::Clock POD |
Hi,
POE 1.356 has a spelling error in POE::Resource::Clock's POD, on line 324. "seperate" needs to be corrected to "separate".
Trivial patch attached.
Subject: | pod-spelling.patch |
Description: POD spelling mistake in POE::Resource::Clock
seperate -> separate
Author: Damyan Ivanov <dmn@debian.org>
Bug: pending
--- a/lib/POE/Resource/Clock.pm
+++ b/lib/POE/Resource/Clock.pm
@@ -321,7 +321,7 @@ clock is used to comunicate the time wit
There are 3 possible clock sources in order of preference:
L<POSIX::RT::Clock>, L<Time::HiRes> and L<perlfunc/time>. Only
-C<POSIX::RT::Clock> has a seperate monotonic and wall clock; the other two use the
+C<POSIX::RT::Clock> has a separate monotonic and wall clock; the other two use the
same source for both clocks.
Clock selection and behaviour is controled with the following: