1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Fix typo of fulfill in dns_rfc2136 plugin (#8886)

This commit is contained in:
Michel Le Bihan
2021-06-06 01:55:24 +02:00
committed by GitHub
parent 2ed4e0a17e
commit 78261dbae2

View File

@@ -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 = {