diff options
author | Ruediger Pluem <rpluem@apache.org> | 2022-04-04 16:12:26 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2022-04-04 16:12:26 +0200 |
commit | f9c81b329a6c5e0cef650b0cc587c1fa97c7c3ef (patch) | |
tree | 91b0bdc1b1bd60112900b3974fbdc91531a1477d /include | |
parent | stealong on log number [skip ci] (diff) | |
download | apache2-f9c81b329a6c5e0cef650b0cc587c1fa97c7c3ef.tar.xz apache2-f9c81b329a6c5e0cef650b0cc587c1fa97c7c3ef.zip |
* Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h index 589517f7d2..a2113d99d3 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -1332,7 +1332,7 @@ AP_DECLARE(apr_status_t) ap_h1_append_header(apr_bucket_brigade *b, /** * Append the headers in HTTP/1.1 format to the brigade. * @param b the brigade to append to - * @param r the reqeust this is done for (pool and logging) + * @param r the request this is done for (pool and logging) * @param headers the headers to append */ AP_DECLARE(apr_status_t) ap_h1_append_headers(apr_bucket_brigade *b, |