mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
docs: fix simple typo, serveral -> several (#8558)
There is a small typo in certbot/certbot/ocsp.py. Should read `several` rather than `serveral`.
This commit is contained in:
parent
421e8b6270
commit
a7c3c0b90c
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ def _check_ocsp_cryptography(cert_path, chain_path, url, timeout):
|
|||
|
||||
|
||||
def _check_ocsp_response(response_ocsp, request_ocsp, issuer_cert, cert_path):
|
||||
"""Verify that the OCSP is valid for serveral criteria"""
|
||||
"""Verify that the OCSP is valid for several criteria"""
|
||||
# Assert OCSP response corresponds to the certificate we are talking about
|
||||
if response_ocsp.serial_number != request_ocsp.serial_number:
|
||||
raise AssertionError('the certificate in response does not correspond '
|
||||
|
|
|
|||
Loading…
Reference in a new issue