diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-01-03 00:00:27 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-01-05 12:37:20 +0100 |
commit | e304aa87b35fac5ea97c405dd3c21549faa45e78 (patch) | |
tree | 3a9330f9259ddf98984e63db297583b5ef9dcd7b /apps/include | |
parent | Run TLSfuzzer tests for CI (diff) | |
download | openssl-e304aa87b35fac5ea97c405dd3c21549faa45e78.tar.xz openssl-e304aa87b35fac5ea97c405dd3c21549faa45e78.zip |
Fix typos
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17392)
Diffstat (limited to 'apps/include')
-rw-r--r-- | apps/include/http_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/http_server.h b/apps/include/http_server.h index 3a81cbb140..29a0b3d26f 100644 --- a/apps/include/http_server.h +++ b/apps/include/http_server.h @@ -94,7 +94,7 @@ int http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, * Send an ASN.1-formatted HTTP response * cbio: destination BIO (typically as returned by http_server_get_asn1_req()) * note: cbio should not do an encoding that changes the output length - * keep_alive: grant persistent connnection + * keep_alive: grant persistent connection * content_type: string identifying the type of the response * it: the response ASN.1 type * resp: the response to send |