You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2015/02/06 22:43:24 UTC

svn commit: r1657970 - /httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c

Author: jailletc36
Date: Fri Feb  6 21:43:24 2015
New Revision: 1657970

URL: http://svn.apache.org/r1657970
Log:
Fix typo already fixed in trunk (missing part of r1648557 ; the other fixes have been done in r1648559)

Modified:
    httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c

Modified: httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c?rev=1657970&r1=1657969&r2=1657970&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c (original)
+++ httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_fcgi.c Fri Feb  6 21:43:24 2015
@@ -890,7 +890,7 @@ static int proxy_fcgi_handler(request_re
     }
 
     /* This scheme handler does not reuse connections by default, to
-     * avoid tieing up a fastcgi that isn't expecting to work on 
+     * avoid tying up a fastcgi that isn't expecting to work on 
      * parallel requests.  But if the user went out of their way to
      * type the default value of disablereuse=off, we'll allow it.
      */