]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Fix typo
authorRuediger Pluem <rpluem@apache.org>
Mon, 4 Apr 2022 14:12:26 +0000 (14:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 4 Apr 2022 14:12:26 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899558 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 589517f7d25a6f1fd62e835e416a0725b0d47683..a2113d99d3731c02470fa09ec1b88b309ea7fd8a 100644 (file)
@@ -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,