diff options
author | Joe Orton <jorton@apache.org> | 2024-02-02 12:12:11 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-02-02 12:12:11 +0100 |
commit | c97f3faf5248a1bf54d3c05773e64d21745b8633 (patch) | |
tree | 7c146e621cda2acd632242c85ee8a6b6cf103c09 | |
parent | Add MPEG-TS file extensions (diff) | |
download | apache2-c97f3faf5248a1bf54d3c05773e64d21745b8633.tar.xz apache2-c97f3faf5248a1bf54d3c05773e64d21745b8633.zip |
mod_http2 docs: Typo fix
Submitted by: Justin Vreeland <j_vreeland apple.com>
Github: closes #407
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915531 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_http2.html.en.utf8 | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_http2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_http2.html.en.utf8 b/docs/manual/mod/mod_http2.html.en.utf8 index 9a7e815b22..a8645e15db 100644 --- a/docs/manual/mod/mod_http2.html.en.utf8 +++ b/docs/manual/mod/mod_http2.html.en.utf8 @@ -369,7 +369,7 @@ </p><p> The module, by default, tries to use the maximum size possible, which is somewhat around 16KB. This sets the maximum. When less - response data is availble, smaller frames will be sent. + response data is available, smaller frames will be sent. </p> </div> diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index e769a75914..1fa5d7a9a6 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -1044,7 +1044,7 @@ H2TLSCoolDownSecs 0 </p><p> The module, by default, tries to use the maximum size possible, which is somewhat around 16KB. This sets the maximum. When less - response data is availble, smaller frames will be sent. + response data is available, smaller frames will be sent. </p> </usage> </directivesynopsis> |