summaryrefslogtreecommitdiff
path: root/modules/caddytls
diff options
context:
space:
mode:
authorSuccess Go <gaodacheng@protonmail.ch>2020-02-28 10:30:48 +0800
committerGitHub <noreply@github.com>2020-02-27 19:30:48 -0700
commitca5c6798806546180994ab7c08e60a5ffeb69394 (patch)
tree8ba21a48ed0566f0a0c9bfa4324067b2cab5cda3 /modules/caddytls
parente2d41ee7619bf88d9cd01ac92911fda8625bd02d (diff)
Fix typos (#3087)
* Fix typo * Fix typo, thanks for Spell Checker under VS Code
Diffstat (limited to 'modules/caddytls')
-rw-r--r--modules/caddytls/acmemanager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddytls/acmemanager.go b/modules/caddytls/acmemanager.go
index df73545..bf80a06 100644
--- a/modules/caddytls/acmemanager.go
+++ b/modules/caddytls/acmemanager.go
@@ -229,7 +229,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()