all: Fix typos identified by typos pre-commit hook

This commit is contained in:
Arne Welzel 2023-06-13 13:25:44 +02:00
parent 260c868f26
commit 7a043e5e8f
57 changed files with 80 additions and 80 deletions

View file

@ -39,7 +39,7 @@ event ocsp_request_certificate%(f: fa_file, hashAlgorithm: string, issuerNameHas
##
## f: The file.
##
## status: The status of the OCSP response (e.g. succesful, malformedRequest, tryLater).
## status: The status of the OCSP response (e.g. successful, malformedRequest, tryLater).
##
## .. zeek:see:: ocsp_request ocsp_request_certificate
## ocsp_response_bytes ocsp_response_certificate ocsp_extension
@ -52,7 +52,7 @@ event ocsp_response_status%(f: fa_file, status: string%);
##
## f: The file.
##
## status: The status of the OCSP response (e.g. succesful, malformedRequest, tryLater).
## status: The status of the OCSP response (e.g. successful, malformedRequest, tryLater).
##
## version: Version of the OCSP response (typically - for version 1).
##