From 0643091dc5705651fdc4c6b72043b5ffc521217e Mon Sep 17 00:00:00 2001 From: Success Go Date: Tue, 21 Apr 2020 06:36:59 +0800 Subject: [PATCH] fix typo (#67) --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 06d91545..b412b8f4 100644 --- a/config.go +++ b/config.go @@ -42,7 +42,7 @@ type Config struct { // renewal window, which is the span of time at the // end of the certificate's validity period in which // it should be renewed; for most certificates, the - // global default is good, but for exremely short- + // global default is good, but for extremely short- // lived certs, you may want to raise this to ~0.5. RenewalWindowRatio float64