summaryrefslogtreecommitdiff
path: root/system/tls/enable.go
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2017-03-16 10:50:22 +0100
committerferhat elmas <elmas.ferhat@gmail.com>2017-03-16 10:50:22 +0100
commitd94cd94c0d0cefbb176460bb675f81034333eb26 (patch)
treecd8839e7b1dbeb17ccfff5834085440082a55bdf /system/tls/enable.go
parent709fdc6ce0184034dfe2df7c413772c19a4455f0 (diff)
Typo fixes
Diffstat (limited to 'system/tls/enable.go')
-rw-r--r--system/tls/enable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tls/enable.go b/system/tls/enable.go
index 4279b55..f2c65d5 100644
--- a/system/tls/enable.go
+++ b/system/tls/enable.go
@@ -32,7 +32,7 @@ func setup() {
// get host/domain and email from Config to use for TLS request to Let's encryption.
// we will fail fatally if either are not found since Let's Encrypt will rate-limit
- // and sending incomplete requests is wasteful and guarenteed to fail its check
+ // and sending incomplete requests is wasteful and guaranteed to fail its check
host, err := db.Config("domain")
if err != nil {
log.Fatalln("Error identifying host/domain during TLS set-up.", err)