Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 74350 invoked from network); 23 Oct 2004 05:00:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Oct 2004 05:00:59 -0000 Received: (qmail 21849 invoked by uid 500); 23 Oct 2004 05:00:56 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 21773 invoked by uid 500); 23 Oct 2004 05:00:55 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 21746 invoked by uid 500); 23 Oct 2004 05:00:54 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Received: (qmail 21740 invoked by uid 500); 23 Oct 2004 05:00:54 -0000 Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Received: (qmail 21737 invoked by uid 99); 23 Oct 2004 05:00:54 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 22 Oct 2004 22:00:54 -0700 Received: (qmail 74326 invoked by uid 1259); 23 Oct 2004 05:00:53 -0000 Date: 23 Oct 2004 05:00:53 -0000 Message-ID: <20041023050053.74325.qmail@minotaur.apache.org> From: jwoolley@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/misc rewriteguide.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jwoolley 2004/10/22 22:00:53 Modified: htdocs/manual/misc rewriteguide.html Log: fix grammar Submitted by: Todd Conley Revision Changes Path 1.21 +1 -1 httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html Index: rewriteguide.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/rewriteguide.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -u -r1.20 -r1.21 --- rewriteguide.html 3 Aug 2004 21:33:17 -0000 1.20 +++ rewriteguide.html 23 Oct 2004 05:00:53 -0000 1.21 @@ -66,7 +66,7 @@ using mod_alias and mod_userdir, etc. Or rewriting a ruleset to fit in .htaccess context instead of per-server context. Always try to understand what a - particular ruleset really does before you use it. It + particular ruleset really does before you use it in order to avoid problems.