]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo correction.
authorLucien Gentis <lgentis@apache.org>
Sat, 11 Jul 2026 15:03:13 +0000 (15:03 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 11 Jul 2026 15:03:13 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1936055 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 8eb2c5a06b52cba2ce5644b591fe115c401ceb30..3a2b7fc2606581cf16dcfbdae01d715dcb3dbb18 100644 (file)
@@ -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  "^/$"                 "/homepage.std.html"     [L]
       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>