aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/ftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ftp.rb')
-rw-r--r--lib/net/ftp.rb2
1 files changed, 1 insertions, 1 deletions
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