diff --git a/spring-ldap/src/itest/java/org/springframework/ldap/authentication/AcegiAuthenticationSourceITest.java b/spring-ldap/src/itest/java/org/springframework/ldap/authentication/AcegiAuthenticationSourceITest.java index ae6e7b9d..8e562008 100644 --- a/spring-ldap/src/itest/java/org/springframework/ldap/authentication/AcegiAuthenticationSourceITest.java +++ b/spring-ldap/src/itest/java/org/springframework/ldap/authentication/AcegiAuthenticationSourceITest.java @@ -62,7 +62,7 @@ public class AcegiAuthenticationSourceITest extends assertEquals("password", tested.getCredentials()); } - public void testSearchIndiviualAuthentication() { + public void testSearchIndividualAuthentication() { Authentication authentication = ldapAuthProvider .authenticate(new UsernamePasswordAuthenticationToken( "Some Person3", "password")); diff --git a/spring-ldap/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java b/spring-ldap/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java index efd6e90d..85cb324c 100644 --- a/spring-ldap/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java +++ b/spring-ldap/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java @@ -42,7 +42,7 @@ public class LdapRdnComponent implements Comparable, Serializable { /** * Constructs an LdapRdnComponent without decoding the value. * - * @param key the Atttribute name. + * @param key the Attribute name. * @param value the Attribute value. */ public LdapRdnComponent(String key, String value) {