Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 70545 invoked from network); 29 Sep 2009 17:28:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 17:28:19 -0000 Received: (qmail 85013 invoked by uid 500); 29 Sep 2009 17:28:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 84928 invoked by uid 500); 29 Sep 2009 17:28:19 -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 84911 invoked by uid 99); 29 Sep 2009 17:28:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 17:28:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 17:28:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 70C93238887A; Tue, 29 Sep 2009 17:27:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r820036 - /httpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c Date: Tue, 29 Sep 2009 17:27:57 -0000 To: cvs@httpd.apache.org From: poirier@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090929172757.70C93238887A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: poirier Date: Tue Sep 29 17:27:56 2009 New Revision: 820036 URL: http://svn.apache.org/viewvc?rev=820036&view=rev Log: Make comment agree with code. Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c?rev=820036&r1=820035&r2=820036&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c (original) +++ httpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c Tue Sep 29 17:27:56 2009 @@ -59,7 +59,7 @@ /* * now parse path/search args, according to rfc1738: - * process the path. With proxy-noncanon set (by + * process the path. With proxy-nocanon set (by * mod_proxy) we use the raw, unparsed uri */ if (apr_table_get(r->notes, "proxy-nocanon")) {