From 6692dc6ef06f692c0c3bd05b0fe269c041b7a94b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 30 Jan 2016 23:44:30 +0100 Subject: typo --- messages.go | 4 ++-- 1 file 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` ) -- cgit v1.2.3