]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
grammatical nit-pick
authorGreg Ames <gregames@apache.org>
Wed, 12 Jan 2005 21:46:35 +0000 (21:46 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 12 Jan 2005 21:46:35 +0000 (21:46 +0000)
(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

modules/proxy/proxy_http.c

index b24e7661fd2c11e4889337fc11e788c06d359cb4..708def9aa9fec0351aacddb4b79e19c0abc00ea0 100644 (file)
@@ -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;