From: Lucien Gentis
Date: Sat, 11 Jul 2026 15:03:13 +0000 (+0000)
Subject: typo correction.
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47e67ccebe74a176a94da18bbf7ee302f9c128a6;p=thirdparty%2Fapache%2Fhttpd.git
typo correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1936055 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 8eb2c5a06b..3a2b7fc260 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -460,7 +460,7 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"
>and if these conditions are met.
If the CondPattern is prefixed with a ! the
- condition is determined to be true only if the the
+ condition is determined to be true only if the
CondPattern does not match.
@@ -1155,7 +1155,7 @@ RewriteRule "^/$" "/homepage.std.html" [L]
on where the RewriteRule directive is defined.
If the pattern is prefixed with a ! the
- substitution will be performed only if the the
+ substitution will be performed only if the
pattern does not match.
What is matched?