From 4d0bb2c2607a5a7a2e1647efd05f9e8e294c36b0 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Fri, 8 Feb 2008 23:31:29 +0000 Subject: [PATCH] Fixed typos. --- .../ldap/authentication/AcegiAuthenticationSourceITest.java | 2 +- .../java/org/springframework/ldap/core/LdapRdnComponent.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {