ruby-changes:20536
From: kazu <ko1@a...>
Date: Wed, 20 Jul 2011 00:04:35 +0900 (JST)
Subject: [ruby-changes:20536] kazu:r32583 (trunk): fix typo
kazu 2011-07-20 00:00:00 +0900 (Wed, 20 Jul 2011) New Revision: 32583 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32583 Log: fix typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 32582) +++ ChangeLog (revision 32583) @@ -118,7 +118,7 @@ * ext/openssl/ossl.c (ossl_verify_cb): trap the exception from verify callback of SSLContext and X509Store and make the verification fail normally. Raising exception directly from callback - causes orphan resouces in OpenSSL stack. Patched by Ippei Obayashi. + causes orphan resources in OpenSSL stack. Patched by Ippei Obayashi. See #4445. * test/openssl/test_ssl.rb -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/