1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: fix spelling mistakes in POD
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-06-21
--- a/Ident.pm
+++ b/Ident.pm
@@ -836,7 +836,7 @@
method, wich will return the error message.
The timeout is I<not> implemented using C<alarm()>. In fact you can
-use C<alarm()> completely independant of this library, they do not
+use C<alarm()> completely independent of this library, they do not
interfere.
=item C<newFromInAddr $localaddr, $remoteaddr, $timeout>
@@ -846,7 +846,7 @@
=item C<query $obj>
-This object method queries the remote rfc931 deamon, and blocks until
+This object method queries the remote rfc931 daemon, and blocks until
the connection to the ident daemon is writable, if necessary (but you
are supposed to make sure it is, of course). Returns true on success
(or rather it returns the I<$obj> itself), or undef on error.
|