summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/acme.py2
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: