svn commit: r1936053 - httpd/httpd/trunk/docs/manual/mod
[email protected] Sat, 11 Jul 2026 14:53:15 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178378159578.2289206.2018598791613453052@svn03-he-fi> |
Author: lgentis
Date: Sat Jul 11 14:53:15 2026
New Revision: 1936053
Log:
typo correction.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Sat Jul 11 12:45:03 2026 (r1936052)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Sat Jul 11 14:53:15 2026 (r1936053)
@@ -1163,7 +1163,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>