[前][次][番号順一覧][スレッド一覧]

ruby-changes:44810

From: normal <ko1@a...>
Date: Wed, 23 Nov 2016 17:10:50 +0900 (JST)
Subject: [ruby-changes:44810] normal:r56883 (trunk): lib/net/ftp: fix typo

normal	2016-11-23 17:10:44 +0900 (Wed, 23 Nov 2016)

  New Revision: 56883

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56883

  Log:
    lib/net/ftp: fix typo
    
    * lib/net/ftp.rb (shutdown): fix typo

  Modified files:
    trunk/lib/net/ftp.rb
Index: lib/net/ftp.rb
===================================================================
--- lib/net/ftp.rb	(revision 56882)
+++ lib/net/ftp.rb	(revision 56883)
@@ -1450,7 +1450,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/ftp.rb#L1450
 
         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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]