From: Joe Orton Date: Fri, 2 Feb 2024 11:12:11 +0000 (+0000) Subject: mod_http2 docs: Typo fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97f3faf5248a1bf54d3c05773e64d21745b8633;p=thirdparty%2Fapache%2Fhttpd.git mod_http2 docs: Typo fix Submitted by: Justin Vreeland Github: closes #407 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915531 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.html.en.utf8 b/docs/manual/mod/mod_http2.html.en.utf8 index 9a7e815b22d..a8645e15db9 100644 --- a/docs/manual/mod/mod_http2.html.en.utf8 +++ b/docs/manual/mod/mod_http2.html.en.utf8 @@ -369,7 +369,7 @@

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.

diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index e769a759146..1fa5d7a9a6c 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -1044,7 +1044,7 @@ H2TLSCoolDownSecs 0

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.