mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix misspelled words
This commit is contained in:
		@@ -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
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user