From 6381d498014da5dfbbdb4016a268ce30df04dad3 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 1 Feb 2018 00:25:18 +0000 Subject: [PATCH] Fixed duplicated typo for `the the`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/ChangeLog-2.4.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ChangeLog-2.4.0 b/doc/ChangeLog-2.4.0 index 1714b7caec..96b5ecb077 100644 --- a/doc/ChangeLog-2.4.0 +++ b/doc/ChangeLog-2.4.0 @@ -4690,7 +4690,7 @@ Thu May 19 13:22:44 2016 Kazuki Yamaguchi * ext/openssl/ossl.c (Init_openssl): register an ex_data index for X509_STORE and X509_STORE_CTX respectively. Since they don't share the ex_data index registry, we can't use the same index. - (ossl_verify_cb): use the the correct index. + (ossl_verify_cb): use the correct index. * ext/openssl/ossl_ssl.c (ossl_ssl_verify_callback): ditto.