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

docs/manual/mod/mod_rewrite.xml

index 587470e44fa96545dc5c68c5f687db47497d8e27..a2e6d0cd30f613f0d70ffba1346d9576302d308a 100644 (file)
@@ -1163,7 +1163,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>