mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
c0652defae
commit
c0bc825b50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue