summaryrefslogtreecommitdiff
path: root/modules/http2/h2_push.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2016-07-05 23:20:42 +0200
committerStefan Fritsch <sf@sfritsch.de>2016-07-05 23:20:42 +0200
commitd5ffc4eb85d71c901c85119cf873e343349e97e2 (patch)
tree564636012ef7538ed4d7096b83c994dbda76c9db /modules/http2/h2_push.h
parent48eddd3d39fa2668ee29198ebfb33c41d4738c21 (diff)
downloadapache2-upstream.tar.gz
Imported Upstream version 2.4.23upstream
Diffstat (limited to 'modules/http2/h2_push.h')
-rw-r--r--modules/http2/h2_push.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_push.h b/modules/http2/h2_push.h
index d3519dcb..62f5a0a7 100644
--- a/modules/http2/h2_push.h
+++ b/modules/http2/h2_push.h
@@ -63,7 +63,7 @@ apr_array_header_t *h2_push_collect(apr_pool_t *p,
/**
* Create a new push diary for the given maximum number of entries.
*
- * @oaram p the pool to use
+ * @param p the pool to use
* @param N the max number of entries, rounded up to 2^x
* @return the created diary, might be NULL of max_entries is 0
*/