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

ruby-changes:20175

From: nagachika <ko1@a...>
Date: Sat, 25 Jun 2011 18:20:23 +0900 (JST)
Subject: [ruby-changes:20175] nagachika:r32223 (trunk): * ChangeLog: fix some typos.

nagachika	2011-06-25 18:20:16 +0900 (Sat, 25 Jun 2011)

  New Revision: 32223

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

  Log:
    * ChangeLog: fix some typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32222)
+++ ChangeLog	(revision 32223)
@@ -72,7 +72,7 @@
 
 	* ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 to
 	  OpenSSL from the callback for SSL_CTX_sess_set_get_cb().
-	  Returning 0 means to OpenSSL that the the session is still valid
+	  Returning 0 means to OpenSSL that the session is still valid
 	  (since we created Ruby Session object) and was not freed by us with
 	  SSL_SESSION_free(). Call SSLContext#remove_session(sess) in
 	  session_get_cb block if you don't want OpenSSL to cache the session
@@ -134,7 +134,7 @@
 	* ext/openssl/ossl_cipher.c
 	* ext/openssl/ossl_pkey_ec.c
 	* ext/openssl/ossl_pkcs12.c
-	* ext/openssl/ossl_ssl_session.c: Replace rb_raise occurences by
+	* ext/openssl/ossl_ssl_session.c: Replace rb_raise occurrences by
 	  ossl_raise. This automatically flushes OpenSSL's error queue.
 
 	* ext/openssl/ossl_pkcs7.c: Raise error if DER fallback for parsing

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

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