From: Vincent Bray Date: Thu, 3 Apr 2008 22:57:36 +0000 (+0000) Subject: Typo fixes courtesy of the French translation crew X-Git-Tag: 2.3.0~821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29954b8668d2a5e26189effa0d7113a035894469;p=thirdparty%2Fapache%2Fhttpd.git Typo fixes courtesy of the French translation crew git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644549 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewrite_flags.html.en b/docs/manual/rewrite/rewrite_flags.html.en index 034c3b88048..dda320cc879 100644 --- a/docs/manual/rewrite/rewrite_flags.html.en +++ b/docs/manual/rewrite/rewrite_flags.html.en @@ -189,7 +189,7 @@ rules, as shown below.

The example given here will rewrite any request to index.php, giving the original request as a query string argument to index.php, however, if the request is already -for index.php, this rull will be skipped.

+for index.php, this rule will be skipped.

RewriteCond %{REQUEST_URI} !index\.php
@@ -285,7 +285,7 @@ considered.

The target (or substitution string) in a RewriteRule is assumed to be a -file path, by default. The use of the [PT] flag causes it to be trated +file path, by default. The use of the [PT] flag causes it to be treated as a URI instead. That is to say, the use of the [PT] flag causes the result of the RewriteRule to be passed back through URL mapping, so that location-based mappings, such as Alias, for example, might have a chance to take @@ -391,7 +391,7 @@ sent. This has the same effect as the

-# Serve .pl files as plan text +# Serve .pl files as plain text RewriteRule \.pl$ - [T=text/plain]

diff --git a/docs/manual/rewrite/rewrite_flags.xml b/docs/manual/rewrite/rewrite_flags.xml index 7ab1067e1a2..9befdede1be 100644 --- a/docs/manual/rewrite/rewrite_flags.xml +++ b/docs/manual/rewrite/rewrite_flags.xml @@ -199,7 +199,7 @@ rules, as shown below.

The example given here will rewrite any request to index.php, giving the original request as a query string argument to index.php, however, if the request is already -for index.php, this rull will be skipped.

+for index.php, this rule will be skipped.

RewriteCond %{REQUEST_URI} !index\.php
@@ -296,7 +296,7 @@ considered.

The target (or substitution string) in a RewriteRule is assumed to be a -file path, by default. The use of the [PT] flag causes it to be trated +file path, by default. The use of the [PT] flag causes it to be treated as a URI instead. That is to say, the use of the [PT] flag causes the result of the RewriteRule to be passed back through @@ -408,7 +408,7 @@ module="mod_mime">AddType directive.

source code as plain text, if requested in a particular way:

-# Serve .pl files as plan text +# Serve .pl files as plain text RewriteRule \.pl$ - [T=text/plain]