diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2016-05-30 21:56:14 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2016-05-30 21:56:14 +0200 |
commit | afe05a61a25d521d359ddff64e7cade21c52b27a (patch) | |
tree | e6b16b392f701368100e50f7f8d1487ad9e1ba11 /modules/http2/h2_push.h | |
parent | Off by one "make dox" warning (diff) | |
download | apache2-afe05a61a25d521d359ddff64e7cade21c52b27a.tar.xz apache2-afe05a61a25d521d359ddff64e7cade21c52b27a.zip |
Fix some obvious doxygen warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_push.h')
-rw-r--r-- | modules/http2/h2_push.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_push.h b/modules/http2/h2_push.h index d3519dcbfe..62f5a0a78f 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 */ |