Subject: | Spelling error in pod |
Hi,
there is another spelling error in pod:
Description: fix errors in POD
Origin: vendor
Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=77994
Forwarded: yes
Author: intrigeri <intrigeri@debian.org>
Reviewed-By: Xavier Guimard <x.guimard@free.fr>
Last-Update: 2013-01-10
--- libnet-server-perl-2.007.orig/lib/Net/Server.pod
+++ libnet-server-perl-2.007/lib/Net/Server.pod
@@ -1694,7 +1694,7 @@ lock_file once during parent call. This
systems supporting flock. Rob also suggested not closing STDIN/STDOUT
but instead reopening them to /dev/null to prevent spurious warnings.
Also suggested short circuit in post_accept if in UDP. Also for
-cleaning up some of the child managment code of PreFork.
+cleaning up some of the child management code of PreFork.
Thanks to Mark Martinec for suggesting additional log messages for
failure during accept.