From: Christophe Jaillet Date: Fri, 6 Feb 2015 21:43:24 +0000 (+0000) Subject: Fix typo already fixed in trunk (missing part of r1648557 ; the other fixes have... X-Git-Tag: 2.4.13~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93f56b4e71a39cc07adce4050ef877b7351d12ea;p=apache Fix typo already fixed in trunk (missing part of r1648557 ; the other fixes have been done in r1648559) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1657970 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_fcgi.c b/modules/proxy/mod_proxy_fcgi.c index f528b3dfdd..fbccd108b7 100644 --- a/modules/proxy/mod_proxy_fcgi.c +++ b/modules/proxy/mod_proxy_fcgi.c @@ -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. */