mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ci skip] Fix a typo s/certificiate/certificate/
This commit is contained in:
parent
04e6383f40
commit
ca5816e275
Notes:
git
2021-04-25 23:52:04 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue