From 00aff4d8bcfb1b3b1d2d9b9980163fad7d271950 Mon Sep 17 00:00:00 2001 From: drbrain Date: Tue, 27 Aug 2013 19:54:53 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicate wait_writable with wait_readable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_ssl.c') diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c index ccbb793cd6..77007ba691 100644 --- a/ext/openssl/ossl_ssl.c +++ b/ext/openssl/ossl_ssl.c @@ -1463,7 +1463,7 @@ ossl_ssl_read(int argc, VALUE *argv, VALUE self) * * A non-blocking version of #sysread. Raises an SSLError if reading would * block. If "exception: false" is passed, this method returns a symbol of - * :wait_writable, :wait_writable, or nil, rather than raising an exception. + * :wait_readable, :wait_writable, or nil, rather than raising an exception. * * Reads +length+ bytes from the SSL connection. If a pre-allocated +buffer+ * is provided the data will be written into it. -- cgit v1.2.3