diff --git a/core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java b/core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java index 242418d121..471c8a0962 100644 --- a/core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java +++ b/core/src/main/java/org/acegisecurity/providers/ldap/populator/DefaultLdapAuthoritiesPopulator.java @@ -84,14 +84,14 @@ import java.util.HashSet; * setting the groupRoleAttribute property (the default is "cn"). *

*

- * The configuration below shows how the group searc might be performed with the above schema. + * The configuration below shows how the group search might be performed with the above schema. *

  * <bean id="ldapAuthoritiesPopulator" class="org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator">
  *   <constructor-arg><ref local="initialDirContextFactory"/></constructor-arg>
  *   <constructor-arg><value>ou=groups</value></constructor-arg>
  *   <property name="groupRoleAttribute"><value>ou</value></property>
  *
- * <!-- the follwing properties are shown with their default values -->
+ * <!-- the following properties are shown with their default values -->
  *
  *   <property name="searchSubTree"><value>false</value></property>
  *   <property name="rolePrefix"><value>ROLE_</value></property>