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 854A891F9 for ; Mon, 6 Feb 2012 16:40:55 +0000 (UTC) Received: (qmail 32172 invoked by uid 500); 6 Feb 2012 16:40:55 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 32022 invoked by uid 500); 6 Feb 2012 16:40:54 -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 32015 invoked by uid 99); 6 Feb 2012 16:40:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 16:40:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 06 Feb 2012 16:40:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E8AE23888E4; Mon, 6 Feb 2012 16:40:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1241069 - /httpd/httpd/trunk/docs/conf/httpd.conf.in Date: Mon, 06 Feb 2012 16:40:33 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120206164033.4E8AE23888E4@eris.apache.org> Author: rbowen Date: Mon Feb 6 16:40:32 2012 New Revision: 1241069 URL: http://svn.apache.org/viewvc?rev=1241069&view=rev Log: Bah. The word is "whereas", not "where as" Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=1241069&r1=1241068&r2=1241069&view=diff ============================================================================== --- httpd/httpd/trunk/docs/conf/httpd.conf.in (original) +++ httpd/httpd/trunk/docs/conf/httpd.conf.in Mon Feb 6 16:40:32 2012 @@ -15,7 +15,7 @@ # server will use that explicit path. If the filenames do *not* begin # with "/", the value of ServerRoot is prepended -- so 'log/access_log' # with ServerRoot set to '/www' will be interpreted by the -# server as '/www/log/access_log', where as '/log/access_log' will be +# server as '/www/log/access_log', whereas '/log/access_log' will be # interpreted as '/log/access_log'. #