From: Lucien Gentis
Date: Fri, 10 Jul 2026 15:39:02 +0000 (+0000)
Subject: typo correction.
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6244c653eccbd732ee2f57bc37c06ef8cca4c1b;p=thirdparty%2Fapache%2Fhttpd.git
typo correction.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936046 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index e0cb272f07..587470e44f 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -467,7 +467,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.