mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 06:03:48 +03: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())
|
||||
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)
|
||||
}
|
||||
resp.Body.Close()
|
||||
|
|
Loading…
Reference in a new issue