[libio-async-loop-epoll-perl] 01/02: New spelling.patch

Florian Schlichting fsfs at alioth.debian.org
Sat Sep 21 07:24:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libio-async-loop-epoll-perl.

commit f09faa0fb6325b7a92025b3b47297cb1745e0b1d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Sep 21 09:19:55 2013 +0200

    New spelling.patch
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..4e45de5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,14 @@
+Description: fix a typo
+Author: Florian Schlichting <fsfs at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-async-loop-epoll-perl.git



More information about the Pkg-perl-cvs-commits mailing list