diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
commit | 85760859cac5870ffae86c5c02cfde6db696b140 (patch) | |
tree | cde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/http2/h2_util.c | |
parent | don't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff) | |
download | apache2-85760859cac5870ffae86c5c02cfde6db696b140.tar.xz apache2-85760859cac5870ffae86c5c02cfde6db696b140.zip |
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_util.c')
-rw-r--r-- | modules/http2/h2_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_util.c b/modules/http2/h2_util.c index 895e0ffe52..9c318c0d57 100644 --- a/modules/http2/h2_util.c +++ b/modules/http2/h2_util.c @@ -1336,7 +1336,7 @@ apr_status_t h2_util_bb_avail(apr_bucket_brigade *bb, return status; } else if (blen == 0) { - /* brigade without data, does it have an EOS bucket somwhere? */ + /* brigade without data, does it have an EOS bucket somewhere? */ *plen = 0; *peos = h2_util_has_eos(bb, -1); } |