]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:56:22 +0000 (12:56 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 12:56:22 +0000 (12:56 +0000)
[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

index 02e4d1cb5a6ee0f88cc79102c32eb1863b9a576e..150882527664420bf9cf9af38c8f0e0154d5411a 100644 (file)
@@ -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);