From a5cd34648156ba7218b066fec81b0ffbebe01c3c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 21 Jan 2016 18:45:24 +0000 Subject: [PATCH] Fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726059 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_fcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_fcgi.c b/modules/proxy/mod_proxy_fcgi.c index 4b5709709b..23238f8692 100644 --- a/modules/proxy/mod_proxy_fcgi.c +++ b/modules/proxy/mod_proxy_fcgi.c @@ -834,7 +834,7 @@ static int fcgi_do_request(apr_pool_t *p, request_rec *r, &err, &bad_request, &has_responded); if (rv != APR_SUCCESS) { /* If the client aborted the connection during retrieval or (partially) - * sending the response, dont't return a HTTP_SERVICE_UNAVAILABLE, since + * sending the response, don't return a HTTP_SERVICE_UNAVAILABLE, since * this is not a backend problem. */ if (r->connection->aborted) { ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r, -- 2.50.1