Skip to content

Commit 7da1d1a

Browse files
committed
Fix typo.
1 parent d6cad2a commit 7da1d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authority/provisioner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (pc *ProvisionerClaims) MaxTLSCertDuration() time.Duration {
5959
}
6060

6161
// IsDisableRenewal returns if the renewal flow is disabled for the
62-
// provisioner. If the property is not set withing the provisioner, then the
62+
// provisioner. If the property is not set within the provisioner, then the
6363
// global value from the authority configuration will be used.
6464
func (pc *ProvisionerClaims) IsDisableRenewal() bool {
6565
if pc.DisableRenewal == nil {

0 commit comments

Comments
 (0)