From: Greg Ames Date: Wed, 12 Jan 2005 21:46:35 +0000 (+0000) Subject: grammatical nit-pick X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3964c8fac005325145513ff5e8b74efe62f22b2f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index b24e7661fd2..708def9aa9f 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;