From: Jeff Trawick Date: Wed, 12 Jan 2005 23:21:50 +0000 (+0000) Subject: in memory of Greg's Grandma, fix another ungrammatical comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761dee95bd32ee2a2fbbd4d79139ab82d5d32108;p=thirdparty%2Fapache%2Fhttpd.git in memory of Greg's Grandma, fix another ungrammatical comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@125000 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index a0a81463d49..d686dab1c96 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -519,7 +519,7 @@ static apr_status_t spool_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;