diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-02-18 11:36:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 11:36:34 +0000 |
commit | 6d02a13d81f7d99cb92081631b188398eea0c4d7 (patch) | |
tree | 5756901a082fb61a3055da92d8aa6e44f5b83798 /synapse/handlers | |
parent | Various cosmetics to make TravisCI happy (diff) | |
download | synapse-6d02a13d81f7d99cb92081631b188398eea0c4d7.tar.xz |
Typo in info log
Co-Authored-By: babolivier <contact@brendanabolivier.com>
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/acme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/acme.py b/synapse/handlers/acme.py index a56a9cd287..ca5b7257d3 100644 --- a/synapse/handlers/acme.py +++ b/synapse/handlers/acme.py @@ -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: |