aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-30 23:44:30 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-30 23:44:30 +0100
commit6692dc6ef06f692c0c3bd05b0fe269c041b7a94b (patch)
tree1723b06ee11116ef2c3ab886333d6b100680d1f8
parent3b8016f527d8423ec17f218d9dd3b35abe2bcdb6 (diff)
typo
-rw-r--r--messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/messages.go b/messages.go
index cb2adf7..c462c1d 100644
--- a/messages.go
+++ b/messages.go
@@ -8,8 +8,8 @@ import (
)
const (
- // LEV1 Let's Encrytpt V1
- LEV1 = `https://acme-v01.api.letsencrypt.org/directory`
+ // LE1 Let's Encrypt V1
+ LE1 = `https://acme-v01.api.letsencrypt.org/directory`
// LES Let's Encrypt Staging
LES = `https://acme-staging.api.letsencrypt.org/directory`
)