mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -05:00
Fix misspelling in onDemandAskRequest error (#3308)
This commit is contained in:
parent
02845bc9fd
commit
a6761153cb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ func onDemandAskRequest(ask string, name string) error {
|
|||
|
||||
resp, err := onDemandAskClient.Get(askURL.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",
|
||||
ask, name, err)
|
||||
}
|
||||
resp.Body.Close()
|
||||
|
|
Loading…
Reference in a new issue