You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/03/10 20:05:40 UTC

svn commit: r1576050 - /httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_http.c

Author: jailletc36
Date: Mon Mar 10 19:05:40 2014
New Revision: 1576050

URL: http://svn.apache.org/r1576050
Log:
Typo in comment (was r1575958)

Modified:
    httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_http.c

Modified: httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_http.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_http.c?rev=1576050&r1=1576049&r2=1576050&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_http.c (original)
+++ httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_http.c Mon Mar 10 19:05:40 2014
@@ -1214,7 +1214,7 @@ apr_status_t ap_proxygetline(apr_bucket_
 }
 
 /*
- * Limit the number of interim respones we sent back to the client. Otherwise
+ * Limit the number of interim responses we sent back to the client. Otherwise
  * we suffer from a memory build up. Besides there is NO sense in sending back
  * an unlimited number of interim responses to the client. Thus if we cross
  * this limit send back a 502 (Bad Gateway).