From 63682a9c5df59afc49e371b5359870c31da331c1 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 25 Jan 2006 17:04:58 +0000 Subject: [PATCH] Javadoc typos. --- .../ldap/populator/DefaultLdapAuthoritiesPopulator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>