From 9305bfe190af46d56444517c804b04caacbac616 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 4 Jun 2023 20:12:35 +0200 Subject: [PATCH] Fix typo. (#616) --- plugins/module_utils/acme/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: