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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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