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

ruby-changes:24205

From: kazu <ko1@a...>
Date: Sat, 30 Jun 2012 18:36:46 +0900 (JST)
Subject: [ruby-changes:24205] kazu:r36256 (trunk): fix a typo

kazu	2012-06-30 18:36:36 +0900 (Sat, 30 Jun 2012)

  New Revision: 36256

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36256

  Log:
    fix a typo

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 36255)
+++ NEWS	(revision 36256)
@@ -130,7 +130,7 @@
     with OpenSSL::SSL#ssl_version. Furthermore, it is also possible to
     blacklist the new TLS versions with OpenSSL::SSL:OP_NO_TLSv1_1 and
     OpenSSL::SSL::OP_NO_TLSv1_2.
-  * Added OpenSSL::SSL::SSLContext#renegotation_cb. A user-defined callback
+  * Added OpenSSL::SSL::SSLContext#renegotiation_cb. A user-defined callback
     may be set which gets called whenever a new handshake is negotiated. This
     also allows to programmatically decline (client) renegotiation attempts.
   * Support for "0/n" splitting of records as BEAST mitigation via

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

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