Subject: | typo in POD |
Hi,
while packaging 0.16 for Debian, our automated QA tools called my attention to a typo in the POD, and I'd like to share the patch for inclusion at your convenience.
Florian
Subject: | spelling.patch |
Description: fix a typo
Author: Florian Schlichting <fsfs@debian.org>
Forwarded:
--- a/lib/IO/Async/Loop/Epoll.pm
+++ b/lib/IO/Async/Loop/Epoll.pm
@@ -67,7 +67,7 @@
read-ready and write-ready tests so that the OZ<>(1) high-performance
multiplexing of Linux's C<epoll_pwait(2)> syscall can be used.
-The C<epoll> Linux subsystem uses a persistant registration system, meaning
+The C<epoll> Linux subsystem uses a persistent registration system, meaning
that better performance can be achieved in programs using a large number of
filehandles. Each C<epoll_pwait(2)> syscall only has an overhead proportional
to the number of ready filehandles, rather than the total number being