]> granicus.if.org Git - apache/commitdiff
comment tweak
authorJeff Trawick <trawick@apache.org>
Tue, 12 Aug 2008 15:40:48 +0000 (15:40 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 12 Aug 2008 15:40:48 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685191 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 4b9912844249f0ecb863be5f98f98faade9d8fc7..856be141d484e6d26a942091c4211d2c9ca246c4 100644 (file)
@@ -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)