]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix spelling
authorJeff Trawick <trawick@apache.org>
Mon, 10 Mar 2014 14:57:14 +0000 (14:57 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Mar 2014 14:57:14 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1575958 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 6ebc2ccb0b4ee59a348a22d766407bb9391491b5..1c6b00b74e1d77b5616d7f0132396370d4788b20 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).