]> granicus.if.org Git - apache/commitdiff
Fix typo already fixed in trunk (missing part of r1648557 ; the other fixes have...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Feb 2015 21:43:24 +0000 (21:43 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Feb 2015 21:43:24 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1657970 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index f528b3dfddc59afd5fcff04c4ac190b8f95d10d9..fbccd108b74b21caa85e04b9b608dcf8a87a7125 100644 (file)
@@ -890,7 +890,7 @@ static int proxy_fcgi_handler(request_rec *r, proxy_worker *worker,
     }
 
     /* 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.
      */