From a6761153cbbf4547b9c0a76656d74f1401067205 Mon Sep 17 00:00:00 2001 From: Christoffer Andersson Date: Sat, 25 Apr 2020 18:34:56 +0200 Subject: Fix misspelling in onDemandAskRequest error (#3308) --- modules/caddytls/acmeissuer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddytls') diff --git a/modules/caddytls/acmeissuer.go b/modules/caddytls/acmeissuer.go index 8c52625..854e6d5 100644 --- a/modules/caddytls/acmeissuer.go +++ b/modules/caddytls/acmeissuer.go @@ -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() -- cgit v1.2.3