Fix minor spelling issue

autenticate > authenticate

Change-Id: I10d33b1fc7c4b85e98a9ead69037464007c0e9aa
This commit is contained in:
Thanh Ha
2013-04-03 15:39:33 -04:00
parent da77047027
commit 7000da5a4f

View File

@@ -239,7 +239,7 @@ class LdapRealm implements Realm {
}
}
} catch (NamingException e) {
log.error("Cannot query LDAP to autenticate user", e);
log.error("Cannot query LDAP to authenticate user", e);
throw new AuthenticationUnavailableException("Cannot query LDAP for account", e);
} catch (LoginException e) {
log.error("Cannot authenticate server via JAAS", e);