mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 06:07:21 +01:00
Fix typo (#2763)
This commit is contained in:
parent
96579b97f6
commit
1de4a99ec3
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ func setupTLS(c *caddy.Controller) error {
|
||||||
|
|
||||||
resp, err := onDemandAskClient.Get(askURLParsed.String())
|
resp, err := onDemandAskClient.Get(askURLParsed.String())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("error checking %v to deterine if certificate for hostname '%s' should be allowed: %v",
|
return fmt.Errorf("error checking %v to determine if certificate for hostname '%s' should be allowed: %v",
|
||||||
askURL, name, err)
|
askURL, name, err)
|
||||||
}
|
}
|
||||||
resp.Body.Close()
|
resp.Body.Close()
|
||||||
|
|
Loading…
Reference in a new issue