From 9ca338bca7b0af08b96cb74158acde817b23d9c7 Mon Sep 17 00:00:00 2001 From: Dave Lambley Date: Mon, 17 Feb 2020 13:41:44 +0000 Subject: [PATCH] RT#88706 Correct spelling https://rt.cpan.org/Ticket/Display.html?id=88706 --- lib/Net/Telnet.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Net/Telnet.pm b/lib/Net/Telnet.pm index 53a0b95..fdbf3fd 100644 --- a/lib/Net/Telnet.pm +++ b/lib/Net/Telnet.pm @@ -5053,8 +5053,8 @@ This method is synonymous with C. This method opens a TCP connection to I<$port> on I<$host> for the IP address I<$family>. If any of those arguments are missing then the -current attribute value for the object is used. Specifing I -sets that attribute for the object. Specifing any of the other +current attribute value for the object is used. Specifying I +sets that attribute for the object. Specifying any of the other optional named parameters overrides the current setting. The default IP address family is C<"ipv4">. I<$family> may be set to -- 2.11.4.GIT