]> granicus.if.org Git - apache/commitdiff
Typo in comment (was r1575958)
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 10 Mar 2014 19:05:40 +0000 (19:05 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 10 Mar 2014 19:05:40 +0000 (19:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1576050 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index a4031640387ac67441d59cecdb52ef32dfa9602c..3aec4cfea8abf3ad2b7262f0507133c7b0d7cdff 100644 (file)
@@ -1214,7 +1214,7 @@ apr_status_t ap_proxygetline(apr_bucket_brigade *bb, char *s, int n, request_rec
 }
 
 /*
- * 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).