Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 102B81842B for ; Thu, 21 Jan 2016 18:45:27 +0000 (UTC) Received: (qmail 64113 invoked by uid 500); 21 Jan 2016 18:45:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 64033 invoked by uid 500); 21 Jan 2016 18:45:26 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 64024 invoked by uid 99); 21 Jan 2016 18:45:26 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2016 18:45:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6ABBC180621 for ; Thu, 21 Jan 2016 18:45:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QeoLO4Jpovqg for ; Thu, 21 Jan 2016 18:45:25 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 1B9CC203BE for ; Thu, 21 Jan 2016 18:45:25 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 44277E0185 for ; Thu, 21 Jan 2016 18:45:24 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 44E163A008E for ; Thu, 21 Jan 2016 18:45:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1726059 - /httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c Date: Thu, 21 Jan 2016 18:45:24 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160121184524.44E163A008E@svn01-us-west.apache.org> Author: jailletc36 Date: Thu Jan 21 18:45:24 2016 New Revision: 1726059 URL: http://svn.apache.org/viewvc?rev=1726059&view=rev Log: Fix typo in comment Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c?rev=1726059&r1=1726058&r2=1726059&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c (original) +++ httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c Thu Jan 21 18:45:24 2016 @@ -834,7 +834,7 @@ static int fcgi_do_request(apr_pool_t *p &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,