summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorwonda-tea-coffee <lagrange.resolvent@gmail.com>2021-04-25 19:16:19 +0900
committerMarc-André Lafortune <github@marc-andre.ca>2021-04-25 10:51:45 -0400
commitca5816e2759654c001fc5ddc3bbcc90854b16379 (patch)
treebf892bd317bfe3e3c2504cf5ede73a3216400238 /ext
parent04e6383f40eab6880283aef94705175c2ff39074 (diff)
[ci skip] Fix a typo s/certificiate/certificate/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4413
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_ocsp.c2
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.