summary refs log tree commit diff
path: root/synapse/handlers/register.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-11-12 13:08:12 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-11-12 13:08:12 +0000
commitbc29a19731c518dbd70f3adefc66061fb4629cee (patch)
tree0972f4fed7174d727cee976d84e8f85f582f7284 /synapse/handlers/register.py
parentMerge pull request #6340 from matrix-org/babolivier/pagination_query (diff)
downloadsynapse-bc29a19731c518dbd70f3adefc66061fb4629cee.tar.xz
Replace instance variations of homeserver with correct case/spacing
Diffstat (limited to 'synapse/handlers/register.py')
-rw-r--r--synapse/handlers/register.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py
index 235f11c322..95806af41e 100644
--- a/synapse/handlers/register.py
+++ b/synapse/handlers/register.py
@@ -630,7 +630,7 @@ class RegistrationHandler(BaseHandler):
         # And we add an email pusher for them by default, but only
         # if email notifications are enabled (so people don't start
         # getting mail spam where they weren't before if email
-        # notifs are set up on a home server)
+        # notifs are set up on a homeserver)
         if (
             self.hs.config.email_enable_notifs
             and self.hs.config.email_notif_for_new_users