svn commit: r1936055 - httpd/httpd/branches/2.4.x/docs/manual/mod
[email protected] Sat, 11 Jul 2026 15:03:13 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178378219363.2296330.15086444770406343485@svn03-he-fi> |
Author: lgentis
Date: Sat Jul 11 15:03:13 2026
New Revision: 1936055
Log:
typo correction.
Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Sat Jul 11 14:54:06 2026 (r1936054)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Sat Jul 11 15:03:13 2026 (r1936055)
@@ -460,7 +460,7 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1
>and</strong> if these conditions are met.</p>
<p>If the <em>CondPattern</em> is prefixed with a <code>!</code> the
- condition is determined to be true only if the the
+ condition is determined to be true only if the
<em>CondPattern</em> does not match.</p>
<!-- ============================================================ -->
@@ -1155,7 +1155,7 @@ RewriteRule "^/$" "/hom
on where the <directive>RewriteRule</directive> directive is defined. </p>
<p>If the pattern is prefixed with a <code>!</code> the
- substitution will be performed only if the the
+ substitution will be performed only if the
<em>pattern</em> does not match.</p>
<note><title><a id="what_is_matched" name="what_is_matched">What is matched?</a></title>