Fixed typos.

This commit is contained in:
Ulrik Sandberg
2008-02-08 23:31:29 +00:00
parent b0b87aded9
commit 4d0bb2c260
2 changed files with 2 additions and 2 deletions

View File

@@ -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"));

View File

@@ -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) {