From 78261dbae2571d9a52d6fee7ffc8802f1104aec9 Mon Sep 17 00:00:00 2001 From: Michel Le Bihan Date: Sun, 6 Jun 2021 01:55:24 +0200 Subject: [PATCH] Fix typo of fulfill in dns_rfc2136 plugin (#8886) --- .../certbot_dns_rfc2136/_internal/dns_rfc2136.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py index 28fd27eec..1bbf0064c 100644 --- a/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py +++ b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py @@ -27,7 +27,7 @@ DEFAULT_NETWORK_TIMEOUT = 45 class Authenticator(dns_common.DNSAuthenticator): """DNS Authenticator using RFC 2136 Dynamic Updates - This Authenticator uses RFC 2136 Dynamic Updates to fulfull a dns-01 challenge. + This Authenticator uses RFC 2136 Dynamic Updates to fulfill a dns-01 challenge. """ ALGORITHMS = {