You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2022/05/08 12:56:22 UTC

svn commit: r1900692 - /httpd/httpd/trunk/modules/http2/h2_conn_ctx.h

Author: jailletc36
Date: Sun May  8 12:56:22 2022
New Revision: 1900692

URL: http://svn.apache.org/viewvc?rev=1900692&view=rev
Log:
Fix a typo

[skip ci]

Modified:
    httpd/httpd/trunk/modules/http2/h2_conn_ctx.h

Modified: httpd/httpd/trunk/modules/http2/h2_conn_ctx.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_conn_ctx.h?rev=1900692&r1=1900691&r2=1900692&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_conn_ctx.h (original)
+++ httpd/httpd/trunk/modules/http2/h2_conn_ctx.h Sun May  8 12:56:22 2022
@@ -74,7 +74,7 @@ typedef struct h2_conn_ctx_t h2_conn_ctx
  * 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);