From: Jeff Trawick Date: Tue, 12 Aug 2008 15:40:48 +0000 (+0000) Subject: comment tweak X-Git-Tag: 2.3.0~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b01067886125cabee9b1380b99e2c479bfff933;p=thirdparty%2Fapache%2Fhttpd.git comment tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685191 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 4b991284424..856be141d48 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -1932,7 +1932,7 @@ static int proxy_http_handler(request_rec *r, proxy_worker *worker, * is not a request that is coming over an already kept alive connection * with the client, do NOT reuse the connection to the backend, because * we cannot forward a failure to the client in this case as the client - * does NOT expects this in this situation. + * does NOT expect this in this situation. * Yes, this creates a performance penalty. */ if ((r->proxyreq == PROXYREQ_REVERSE) && (!c->keepalives)