summaryrefslogtreecommitdiffstats
path: root/modules/auth/ldap/ldap.go
diff options
context:
space:
mode:
authorAlex Myasoedov <msoedov@gmail.com>2015-12-06 16:42:23 +0200
committerAlex Myasoedov <msoedov@gmail.com>2015-12-06 16:42:23 +0200
commitae54d878c0b347f5f0b6a40c35d2bef00c223316 (patch)
treeb5f2fa3104282e74ee18d704bb3ab4eed211e00e /modules/auth/ldap/ldap.go
parent89244b74c61495c50ae071c203a2a2a0d078aa00 (diff)
downloadgitea-ae54d878c0b347f5f0b6a40c35d2bef00c223316.tar.gz
gitea-ae54d878c0b347f5f0b6a40c35d2bef00c223316.zip
Fix misspelled words
Diffstat (limited to 'modules/auth/ldap/ldap.go')
-rw-r--r--modules/auth/ldap/ldap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go
index 75795cf6db..313c235508 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
}