From ca5816e2759654c001fc5ddc3bbcc90854b16379 Mon Sep 17 00:00:00 2001 From: wonda-tea-coffee 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(-) (limited to 'ext/openssl/ossl_ocsp.c') 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. -- cgit v1.2.3