summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2024-06-01 20:43:35 -0600
committerMatthew Holt <[email protected]>2024-06-01 20:43:35 -0600
commit01308b4bae4fec60290acf3125498177a9d3ab41 (patch)
tree598dd35dd9a6ada71f09876cae748175f3c3bb6f /modules
parentb7280e6949287bc39ab5939ace4f772528316172 (diff)
downloadcaddy-01308b4bae4fec60290acf3125498177a9d3ab41.tar.gz
caddy-01308b4bae4fec60290acf3125498177a9d3ab41.zip
I'm so tired of typos
Diffstat (limited to 'modules')
-rw-r--r--modules/caddytls/acmeissuer.go2
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)