Skip to content

Commit

Permalink
[ci skip] Fix a typo s/certificiate/certificate/
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee authored and marcandre committed Apr 25, 2021
1 parent 04e6383 commit ca5816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ocsp.c
Expand Up @@ -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.
Expand Down

0 comments on commit ca5816e

Please sign in to comment.