From: Christophe Jaillet Date: Sun, 8 May 2022 12:56:22 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ad1ea5ac62d57d7c6d12f1d386d044cf6ff70a;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900692 13f79535-47bb-0310-9956-ffa450edef68 --- 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);