From e304aa87b35fac5ea97c405dd3c21549faa45e78 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Mon, 3 Jan 2022 01:00:27 +0200 Subject: Fix typos Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17392) --- apps/include/http_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/include') 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 -- cgit v1.2.3