diff --git a/spring-ldap/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java b/spring-ldap/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java index 8e01fc6c..d7037e60 100644 --- a/spring-ldap/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java +++ b/spring-ldap/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java @@ -25,7 +25,7 @@ import org.springframework.util.StringUtils; /** * This BeanPostProcessor checks each bean if it implements - * {@link BaseLdapPathAware}. If it does, the deafult context base LDAP path + * {@link BaseLdapPathAware}. If it does, the default context base LDAP path * will be determined, and that value will be injected to the * {@link BaseLdapPathAware#setBaseLdapPath(DistinguishedName)} method of the * processed bean. @@ -34,7 +34,7 @@ import org.springframework.util.StringUtils; * BeanPostProcessor is set, that value will be used. Otherwise, * in order to determine which base LDAP path to supply to the instance the * ApplicationContext is searched for any beans that are - * implementations of {@link BaseLdapPathSource}. If one single occurrance + * implementations of {@link BaseLdapPathSource}. If one single occurrence * is found, that instance is queried for its base path, and that is what will * be injected. If more than one {@link BaseLdapPathSource} instance is * configured in the ApplicationContext, the name of the one to