From 7da1d1adc2ac067810a1907de7679979c92cfb91 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 1 Nov 2018 15:51:20 -0700 Subject: [PATCH] Fix typo. --- authority/provisioner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authority/provisioner.go b/authority/provisioner.go index 444b1722..53372f11 100644 --- a/authority/provisioner.go +++ b/authority/provisioner.go @@ -59,7 +59,7 @@ func (pc *ProvisionerClaims) MaxTLSCertDuration() time.Duration { } // IsDisableRenewal returns if the renewal flow is disabled for the -// provisioner. If the property is not set withing the provisioner, then the +// provisioner. If the property is not set within the provisioner, then the // global value from the authority configuration will be used. func (pc *ProvisionerClaims) IsDisableRenewal() bool { if pc.DisableRenewal == nil {