summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-03 01:00:27 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-09 15:30:29 +0100
commit0aaa71b90a9460e0e57c8e45163d1b2ba16e2d64 (patch)
tree5a64e3350b1c0c38ea14c0ce84929eb2cb3eba38 /apps/include
parent53f2ed743700a15cb8e2d56a7f2ac77396f94e78 (diff)
downloadopenssl-new-0aaa71b90a9460e0e57c8e45163d1b2ba16e2d64.tar.gz
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) (cherry picked from commit e304aa87b35fac5ea97c405dd3c21549faa45e78)
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/http_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/include/http_server.h b/apps/include/http_server.h
index 8c339660a6..5ad8ed5e86 100644
--- a/apps/include/http_server.h
+++ b/apps/include/http_server.h
@@ -93,7 +93,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