From c0bc825b50bd4fa6c7f7c7f93453a6c2db92ac52 Mon Sep 17 00:00:00 2001 From: normal Date: Wed, 23 Nov 2016 08:10:44 +0000 Subject: lib/net/ftp: fix typo * lib/net/ftp.rb (shutdown): fix typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index e2bf1b29fc..d33085331c 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -1450,7 +1450,7 @@ module Net def shutdown(*args) # SSL_shutdown() will be called from SSLSocket#close, and - # SSL_shutdonw() will send the "close notify" alert to the peer, + # SSL_shutdown() will send the "close notify" alert to the peer, # so shutdown(2) should not be called. @is_shutdown = true end -- cgit v1.2.3