]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo fixes courtesy of the French translation crew
authorVincent Bray <noodl@apache.org>
Thu, 3 Apr 2008 22:57:36 +0000 (22:57 +0000)
committerVincent Bray <noodl@apache.org>
Thu, 3 Apr 2008 22:57:36 +0000 (22:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644549 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewrite_flags.html.en
docs/manual/rewrite/rewrite_flags.xml

index 034c3b88048ac3fe44cb63aa9ecd373ed453690c..dda320cc87920d86dc79ebbc40bf2474c17f83d9 100644 (file)
@@ -189,7 +189,7 @@ rules, as shown below.</p>
 <p>The example given here will rewrite any request to
 <code>index.php</code>, giving the original request as a query string
 argument to <code>index.php</code>, however, if the request is already
-for <code>index.php</code>, this rull will be skipped.</p>
+for <code>index.php</code>, this rule will be skipped.</p>
 
 <div class="example"><p><code>
 RewriteCond %{REQUEST_URI} !index\.php<br />
@@ -285,7 +285,7 @@ considered.</p>
 
 <p>
 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 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> to be passed back through
 URL mapping, so that location-based mappings, such as <code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code>, for example, might have a chance to take
@@ -391,7 +391,7 @@ sent. This has the same effect as the <code class="directive"><a href="../mod/mo
 source code as plain text, if requested in a particular way:</p>
 
 <div class="example"><p><code>
-# Serve .pl files as plan text
+# Serve .pl files as plain text
 RewriteRule \.pl$ - [T=text/plain]
 </code></p></div>
 
index 7ab1067e1a210264718bf9811d3df2421022ed00..9befdede1be0690bbaa41c1d268af8c10bdd96b2 100644 (file)
@@ -199,7 +199,7 @@ rules, as shown below.</p>
 <p>The example given here will rewrite any request to
 <code>index.php</code>, giving the original request as a query string
 argument to <code>index.php</code>, however, if the request is already
-for <code>index.php</code>, this rull will be skipped.</p>
+for <code>index.php</code>, this rule will be skipped.</p>
 
 <example>
 RewriteCond %{REQUEST_URI} !index\.php<br />
@@ -296,7 +296,7 @@ considered.</p>
 
 <p>
 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 <directive
 module="mod_rewrite">RewriteRule</directive> to be passed back through
@@ -408,7 +408,7 @@ module="mod_mime">AddType</directive> directive.</p>
 source code as plain text, if requested in a particular way:</p>
 
 <example>
-# Serve .pl files as plan text
+# Serve .pl files as plain text
 RewriteRule \.pl$ - [T=text/plain]
 </example>