You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2008/04/04 00:59:00 UTC

svn commit: r644551 - in /httpd/httpd/branches/2.2.x/docs/manual/rewrite: rewrite_flags.html.en rewrite_flags.xml

Author: noodl
Date: Thu Apr  3 15:58:59 2008
New Revision: 644551

URL: http://svn.apache.org/viewvc?rev=644551&view=rev
Log:
Typo fixes courtesy of the French translation crew

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en?rev=644551&r1=644550&r2=644551&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.html.en Thu Apr  3 15:58:59 2008
@@ -189,7 +189,7 @@
 <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 @@
 
 <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 @@
 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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml?rev=644551&r1=644550&r2=644551&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_flags.xml Thu Apr  3 15:58:59 2008
@@ -199,7 +199,7 @@
 <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 @@
 
 <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 @@
 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>