diff options
author | wonda-tea-coffee <lagrange.resolvent@gmail.com> | 2021-04-25 19:16:19 +0900 |
---|---|---|
committer | Marc-André Lafortune <github@marc-andre.ca> | 2021-04-25 10:51:45 -0400 |
commit | ca5816e2759654c001fc5ddc3bbcc90854b16379 (patch) | |
tree | bf892bd317bfe3e3c2504cf5ede73a3216400238 /ext/openssl/ossl_ocsp.c | |
parent | 04e6383f40eab6880283aef94705175c2ff39074 (diff) |
[ci skip] Fix a typo s/certificiate/certificate/
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4413
Diffstat (limited to 'ext/openssl/ossl_ocsp.c')
-rw-r--r-- | ext/openssl/ossl_ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_ocsp.c b/ext/openssl/ossl_ocsp.c index 7a92e5df68..0ade7adde7 100644 --- a/ext/openssl/ossl_ocsp.c +++ b/ext/openssl/ossl_ocsp.c @@ -1787,7 +1787,7 @@ Init_ossl_ocsp(void) * 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. |