forked from forgejo/forgejo
Fix misspelled words
This commit is contained in:
parent
89244b74c6
commit
ae54d878c0
3 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue