diff options
| author | Christophe Jaillet <jailletc36@apache.org> | 2022-05-08 12:56:22 +0000 |
|---|---|---|
| committer | Christophe Jaillet <jailletc36@apache.org> | 2022-05-08 12:56:22 +0000 |
| commit | e5ad1ea5ac62d57d7c6d12f1d386d044cf6ff70a (patch) | |
| tree | 895e962cf52c037675460d87ed8847e7ec52752f /modules | |
| parent | ff57ac59b37ee36b86e899c174681af5c3aeb930 (diff) | |
| download | httpd-e5ad1ea5ac62d57d7c6d12f1d386d044cf6ff70a.tar.gz | |
Fix a typo
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/http2/h2_conn_ctx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_conn_ctx.h b/modules/http2/h2_conn_ctx.h index 02e4d1cb5a..1508825276 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); |
