From: Christophe Jaillet Date: Mon, 10 Mar 2014 19:05:40 +0000 (+0000) Subject: Typo in comment (was r1575958) X-Git-Tag: 2.4.8~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b64dfafc1f750f1ec2b2f24db6b52abee53f8a9;p=apache Typo in comment (was r1575958) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1576050 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index a403164038..3aec4cfea8 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -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).