Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 41560 invoked from network); 1 Mar 2010 17:59:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 17:59:04 -0000 Received: (qmail 44729 invoked by uid 500); 1 Mar 2010 17:59:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44675 invoked by uid 500); 1 Mar 2010 17:59:03 -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 44668 invoked by uid 99); 1 Mar 2010 17:59:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 17:59:03 +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; Mon, 01 Mar 2010 17:59:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E930E23889EA; Mon, 1 Mar 2010 17:58:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917615 - /httpd/httpd/trunk/server/protocol.c Date: Mon, 01 Mar 2010 17:58:40 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100301175840.E930E23889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Mon Mar 1 17:58:40 2010 New Revision: 917615 URL: http://svn.apache.org/viewvc?rev=917615&view=rev Log: overlooked for 10 years, impressive ;-) Modified: httpd/httpd/trunk/server/protocol.c Modified: httpd/httpd/trunk/server/protocol.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=917615&r1=917614&r2=917615&view=diff ============================================================================== --- httpd/httpd/trunk/server/protocol.c (original) +++ httpd/httpd/trunk/server/protocol.c Mon Mar 1 17:58:40 2010 @@ -15,7 +15,7 @@ */ /* - * http_protocol.c --- routines which directly communicate with the client. + * protocol.c --- routines which directly communicate with the client. * * Code originally by Rob McCool; much redone by Robert S. Thau * and the Apache Software Foundation.