diff options
author | Matthew Holt <[email protected]> | 2024-06-01 20:43:35 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-06-01 20:43:35 -0600 |
commit | 01308b4bae4fec60290acf3125498177a9d3ab41 (patch) | |
tree | 598dd35dd9a6ada71f09876cae748175f3c3bb6f | |
parent | b7280e6949287bc39ab5939ace4f772528316172 (diff) | |
download | caddy-01308b4bae4fec60290acf3125498177a9d3ab41.tar.gz caddy-01308b4bae4fec60290acf3125498177a9d3ab41.zip |
I'm so tired of typos
-rw-r--r-- | modules/caddytls/acmeissuer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddytls/acmeissuer.go b/modules/caddytls/acmeissuer.go index 15deb32cb..f46e296e3 100644 --- a/modules/caddytls/acmeissuer.go +++ b/modules/caddytls/acmeissuer.go @@ -264,7 +264,7 @@ func (iss *ACMEIssuer) Revoke(ctx context.Context, cert certmagic.CertificateRes // to be accessed and manipulated. func (iss *ACMEIssuer) GetACMEIssuer() *ACMEIssuer { return iss } -// GetRenewalInfo wraps the underlying GetRenewalInfo method and satisifes +// GetRenewalInfo wraps the underlying GetRenewalInfo method and satisfies // the CertMagic interface for ARI support. func (iss *ACMEIssuer) GetRenewalInfo(ctx context.Context, cert certmagic.Certificate) (acme.RenewalInfo, error) { return iss.issuer.GetRenewalInfo(ctx, cert) |