Typo in info log

Co-Authored-By: babolivier <contact@brendanabolivier.com>
pull/4652/head
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
1 changed files with 1 additions and 1 deletions

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: