From ae54d878c0b347f5f0b6a40c35d2bef00c223316 Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Sun, 6 Dec 2015 16:42:23 +0200 Subject: Fix misspelled words --- modules/auth/ldap/ldap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/auth/ldap/ldap.go') diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go index 75795cf6..313c2355 100644 --- a/modules/auth/ldap/ldap.go +++ b/modules/auth/ldap/ldap.go @@ -102,7 +102,7 @@ func (ls *Source) FindUserDN(name string) (string, bool) { userDN := sr.Entries[0].DN if userDN == "" { - log.Error(4, "LDAP search was succesful, but found no DN!") + log.Error(4, "LDAP search was successful, but found no DN!") return "", false } -- cgit v1.2.3