summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ssl.c
diff options
context:
space:
mode:
authorktsj <ktsj@ruby-lang.org>2013-05-19 03:10:21 +0000
committerktsj <ktsj@ruby-lang.org>2013-05-19 03:10:21 +0000
commite1d571414b66080ca081597c79e3fb2224a67dad (patch)
tree13c36bb1395861007bfb4407dedb2e38f4241365 /ext/openssl/ossl_ssl.c
parentc552520d403bb43932fad428174b162af7200dcd (diff)
downloadruby-openssl-history-e1d571414b66080ca081597c79e3fb2224a67dad.tar.gz
fix typos. Patch by k_takata.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_ssl.c')
-rw-r--r--ext/openssl/ossl_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c
index 82b94a1..d981f9c 100644
--- a/ext/openssl/ossl_ssl.c
+++ b/ext/openssl/ossl_ssl.c
@@ -421,7 +421,7 @@ ossl_sslctx_session_new_cb(SSL *ssl, SSL_SESSION *sess)
}
/*
- * return 0 which means to OpenSSL that the the session is still
+ * return 0 which 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