diff --git a/plugins/module_utils/acme/account.py b/plugins/module_utils/acme/account.py index 97e16498..de5eb171 100644 --- a/plugins/module_utils/acme/account.py +++ b/plugins/module_utils/acme/account.py @@ -62,7 +62,7 @@ class ACMEAccount(object): # and provide external_account_binding credentials. Thus we first send a request with allow_creation=False # to see whether the account already exists. - # Note that we pass contact here: ZeroSSL does not accept regisration calls without contacts, even + # Note that we pass contact here: ZeroSSL does not accept registration calls without contacts, even # if onlyReturnExisting is set to true. created, data = self._new_reg(contact=contact, allow_creation=False) if data: