svn commit: r1936046 - httpd/httpd/trunk/docs/manual/mod

[email protected] Fri, 10 Jul 2026 15:39:02 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178369794277.1943128.13892431570032376733@svn03-he-fi>
Author: lgentis
Date: Fri Jul 10 15:39:02 2026
New Revision: 1936046

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	Fri Jul 10 15:28:03 2026	(r1936045)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml	Fri Jul 10 15:39:02 2026	(r1936046)
@@ -467,7 +467,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>
 
       <!-- ============================================================ -->