Subject: | [PATCH] Fix typo |
Date: | Sun, 4 Oct 2020 11:53:37 +0000 |
To: | bug-IO-Socket-IP [...] rt.cpan.org |
From: | Samanta Navarro <ferivoz [...] riseup.net> |
diff --git a/lib/IO/Socket/IP.pm b/lib/IO/Socket/IP.pm
index 3158ef5..f089f6a 100644
--- a/lib/IO/Socket/IP.pm
+++ b/lib/IO/Socket/IP.pm
@@ -336,7 +336,7 @@ timeout will apply to each connection attempt individually, rather than to the
operation as a whole. Further note that the timeout does not apply to the
initial hostname resolve operation, if connecting by hostname.
-This behviour is copied inspired by C<IO::Socket::INET>; for more fine grained
+This behaviour is copied/inspired by C<IO::Socket::INET>; for more fine grained
control over connection timeouts, consider performing a nonblocking connect
directly.