Fix spelling mistake: "founded" -> "found"
This commit is contained in:
parent
a829d44b51
commit
6a9d21e9aa
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ func (p *Provider) resolveDomains(ctx context.Context, domains []string, tlsStor
|
||||||
return
|
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
|
var domain types.Domain
|
||||||
if len(domains) > 0 {
|
if len(domains) > 0 {
|
||||||
|
|
Loading…
Reference in a new issue