ruby-changes:65956
From: wonda-tea-coffee <ko1@a...>
Date: Sun, 25 Apr 2021 23:51:54 +0900 (JST)
Subject: [ruby-changes:65956] ca5816e275 (master): [ci skip] Fix a typo s/certificiate/certificate/
https://git.ruby-lang.org/ruby.git/commit/?id=ca5816e275 From ca5816e2759654c001fc5ddc3bbcc90854b16379 Mon Sep 17 00:00:00 2001 From: wonda-tea-coffee <lagrange.resolvent@g...> Date: Sun, 25 Apr 2021 19:16:19 +0900 Subject: [ci skip] Fix a typo s/certificiate/certificate/ --- ext/openssl/ossl_ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/ossl_ocsp.c b/ext/openssl/ossl_ocsp.c index 7a92e5d..0ade7ad 100644 --- a/ext/openssl/ossl_ocsp.c +++ b/ext/openssl/ossl_ocsp.c @@ -1787,7 +1787,7 @@ Init_ossl_ocsp(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ocsp.c#L1787 * single_response = basic_response.find_response(certificate_id) * * unless single_response - * raise 'basic_response does not have the status for the certificiate' + * raise 'basic_response does not have the status for the certificate' * end * * Then check the validity. A status issued in the future must be rejected. -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/