File: spelling.patch

package info (click to toggle)
libio-async-loop-epoll-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 168 kB
  • ctags: 24
  • sloc: perl: 249; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix a typo
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88845
--- 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