From: Christophe Jaillet
Date: Sat, 6 Jun 2015 05:45:04 +0000 (+0000)
Subject: Fix typo
X-Git-Tag: 2.5.0-alpha~3101
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1333dc54c55020306dceeb8532a96f9cdc43e762;p=thirdparty%2Fapache%2Fhttpd.git
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683883 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index 6aeead56ab8..e122707554f 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -927,7 +927,7 @@ to perform a DN lookup
If AuthLDAPInitialBindAsUser is set to
ON, the basic authentication username will be transformed according to the
- regular expression and substituion arguments.
+ regular expression and substitution arguments.
The regular expression argument is compared against the current basic authentication username.
The substitution argument may contain backreferences, but has no other variable interpolation.