ruby-changes:28195
From: naruse <ko1@a...>
Date: Fri, 12 Apr 2013 00:52:52 +0900 (JST)
Subject: [ruby-changes:28195] naruse:r40247 (trunk): Fix typo
naruse 2013-04-12 00:52:41 +0900 (Fri, 12 Apr 2013) New Revision: 40247 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40247 Log: Fix typo Modified files: trunk/ext/openssl/ossl_ssl.c Index: ext/openssl/ossl_ssl.c =================================================================== --- ext/openssl/ossl_ssl.c (revision 40246) +++ ext/openssl/ossl_ssl.c (revision 40247) @@ -1233,7 +1233,7 @@ static void https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.c#L1233 write_would_block(int nonblock) { if (nonblock) { - VALUE exc = ossl_exc_new(eSSLErrorWaitReadable, "write would block"); + VALUE exc = ossl_exc_new(eSSLErrorWaitWritable, "write would block"); rb_exc_raise(exc); } } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/