From 761dee95bd32ee2a2fbbd4d79139ab82d5d32108 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 12 Jan 2005 23:21:50 +0000 Subject: [PATCH] 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 --- modules/proxy/proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3