summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2005-01-12 21:46:35 +0000
committerGreg Ames <gregames@apache.org>2005-01-12 21:46:35 +0000
commit3964c8fac005325145513ff5e8b74efe62f22b2f (patch)
treefca9307bba06c4901afe85cf7b390a2b1306f093
parent853ffd21c6e4ef00e639d733eb5689ef8e2f2415 (diff)
downloadhttpd-3964c8fac005325145513ff5e8b74efe62f22b2f.tar.gz
grammatical nit-pick
(can't help it...Grandma was an English teacher) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124994 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/proxy/proxy_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c
index b24e7661fd..708def9aa9 100644
--- a/modules/proxy/proxy_http.c
+++ b/modules/proxy/proxy_http.c
@@ -333,7 +333,7 @@ static apr_status_t stream_reqbody_chunked(apr_pool_t *p,
return status;
}
- /* If this brigade contain EOS, either stop or remove it. */
+ /* If this brigade contains EOS, either stop or remove it. */
if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
seen_eos = 1;
@@ -436,7 +436,7 @@ static apr_status_t stream_reqbody_cl(apr_pool_t *p,
return status;
}
- /* If this brigade contain EOS, either stop or remove it. */
+ /* If this brigade contains EOS, either stop or remove it. */
if (APR_BUCKET_IS_EOS(APR_BRIGADE_LAST(input_brigade))) {
seen_eos = 1;