diff --git a/docs/manual/src/docbook/ldap-auth-provider.xml b/docs/manual/src/docbook/ldap-auth-provider.xml
index 1aef5b446e..df3d8c8a90 100644
--- a/docs/manual/src/docbook/ldap-auth-provider.xml
+++ b/docs/manual/src/docbook/ldap-auth-provider.xml
@@ -410,7 +410,7 @@ public interface UserDetailsContextMapper {
By default, the user authorities are obtained from the memberOf
attribute values of the user entry. The authorities allocated to the user can again
be customized using a UserDetailsContextMapper. You
- can also inject a GrantedAuthoritiesMaper into the
+ can also inject a GrantedAuthoritiesMapper into the
provider instance to control the authorities which end up in the
Authentication object.