From e5ad1ea5ac62d57d7c6d12f1d386d044cf6ff70a Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 8 May 2022 12:56:22 +0000 Subject: [PATCH] Fix a typo [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900692 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_conn_ctx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_conn_ctx.h b/modules/http2/h2_conn_ctx.h index 02e4d1cb5a6..15088252766 100644 --- a/modules/http2/h2_conn_ctx.h +++ b/modules/http2/h2_conn_ctx.h @@ -74,7 +74,7 @@ typedef struct h2_conn_ctx_t h2_conn_ctx_t; * Create the h2 connection context. * @param c the connection to create it at * @param s the server in use - * @param protocol the procotol selected + * @param protocol the protocol selected * @return created h2 context of this connection */ h2_conn_ctx_t *h2_conn_ctx_create_for_c1(conn_rec *c, server_rec *s, const char *protocol); -- 2.47.2