Fix spelling mistake: "founded" -> "found"

This commit is contained in:
Oisin Canty 2019-10-18 09:54:05 +01:00 committed by Traefiker Bot
parent a829d44b51
commit 6a9d21e9aa

View file

@ -323,7 +323,7 @@ func (p *Provider) resolveDomains(ctx context.Context, domains []string, tlsStor
return
}
log.FromContext(ctx).Debugf("Try to challenge certificate for domain %v founded in HostSNI rule", domains)
log.FromContext(ctx).Debugf("Try to challenge certificate for domain %v found in HostSNI rule", domains)
var domain types.Domain
if len(domains) > 0 {