diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-17 22:41:22 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-17 22:41:22 +0100 |
commit | 6881183e845551ee636bfec6cf21b9f5c13a6278 (patch) | |
tree | f2fd89be398fdb4d8123c49941a22ceba423b891 /docs/manual/mod/mod_http2.xml | |
parent | * module/dav/main/util.c (dav_check_bufsize): Don't call (diff) | |
download | apache2-6881183e845551ee636bfec6cf21b9f5c13a6278.tar.xz apache2-6881183e845551ee636bfec6cf21b9f5c13a6278.zip |
Fix spelling errors in docs found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_http2.xml')
-rw-r--r-- | docs/manual/mod/mod_http2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index aa9acf1e02..a4db59cbfd 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -375,7 +375,7 @@ H2Push off all bandwidth allocated to Y can be used by X. </p> <p> - When a stream has more than one dependant, say X1 and X2 both + When a stream has more than one dependent, say X1 and X2 both depend on Y, the <em>weight</em> determines the bandwidth allocation. If X1 and X2 have the same weight, they both get half of the available bandwidth. If the weight of X1 is twice @@ -968,7 +968,7 @@ H2TLSCoolDownSecs 0 <p> When configuring numbits of 1-8, a random number in range [0, 2^numbits[ are added to each frame. The random value is chosen - independantly for each frame that the module sends back to the client. + independently for each frame that the module sends back to the client. </p> <p> While more padding bytes give better message length obfuscation, they |