You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2005/01/12 22:46:37 UTC

svn commit: r124994 - /httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c

Author: gregames
Date: Wed Jan 12 13:46:35 2005
New Revision: 124994

URL: http://svn.apache.org/viewcvs?view=rev&rev=124994
Log:
grammatical nit-pick

(can't help it...Grandma was an English teacher)

Modified:
   httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c

Modified: httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c?view=diff&rev=124994&p1=httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c&r1=124993&p2=httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c&r2=124994
==============================================================================
--- httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c	(original)
+++ httpd/httpd/branches/proxy-reqbody/modules/proxy/proxy_http.c	Wed Jan 12 13:46:35 2005
@@ -333,7 +333,7 @@
             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 @@
             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;