Skip to content

Commit 01308b4

Browse files
committed
I'm so tired of typos
1 parent b7280e6 commit 01308b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/caddytls/acmeissuer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (iss *ACMEIssuer) Revoke(ctx context.Context, cert certmagic.CertificateRes
264264
// to be accessed and manipulated.
265265
func (iss *ACMEIssuer) GetACMEIssuer() *ACMEIssuer { return iss }
266266

267-
// GetRenewalInfo wraps the underlying GetRenewalInfo method and satisifes
267+
// GetRenewalInfo wraps the underlying GetRenewalInfo method and satisfies
268268
// the CertMagic interface for ARI support.
269269
func (iss *ACMEIssuer) GetRenewalInfo(ctx context.Context, cert certmagic.Certificate) (acme.RenewalInfo, error) {
270270
return iss.issuer.GetRenewalInfo(ctx, cert)

0 commit comments

Comments
 (0)