Typo in info log

Co-Authored-By: babolivier <contact@brendanabolivier.com>
This commit is contained in:
Andrew Morgan 2019-02-18 11:36:34 +00:00 committed by GitHub
parent f86b695cbd
commit 6d02a13d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ class AcmeHandler(object):
if delegated:
cert_name = delegated.decode("ascii")
logger.info(
".well-known is in use, provisionning %s instead of %s",
".well-known is in use, provisioning %s instead of %s",
cert_name, self.hs.hostname,
)
else: