From 3b01067886125cabee9b1380b99e2c479bfff933 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 12 Aug 2008 15:40:48 +0000 Subject: [PATCH] comment tweak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685191 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3