summary refs log tree commit diff
path: root/synapse/handlers/federation.py
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-11-14 11:02:58 +0000
committerGitHub <noreply@github.com>2019-11-14 11:02:58 +0000
commit6e1b40dc26229e2ec1a97f9c1f27618067c370a7 (patch)
treedf6441348856b5a731b91ca09602a9e127bb8801 /synapse/handlers/federation.py
parentMerge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 (diff)
parentMerge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_... (diff)
downloadsynapse-6e1b40dc26229e2ec1a97f9c1f27618067c370a7.tar.xz
Replace instance variations of homeserver with correct case/spacing (#6357)
Diffstat (limited to 'synapse/handlers/federation.py')
-rw-r--r--synapse/handlers/federation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index 05dd8d2671..0e904f2da0 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -97,9 +97,9 @@ class FederationHandler(BaseHandler):
     """Handles events that originated from federation.
         Responsible for:
         a) handling received Pdus before handing them on as Events to the rest
-        of the home server (including auth and state conflict resoultion)
+        of the homeserver (including auth and state conflict resoultion)
         b) converting events that were produced by local clients that may need
-        to be sent to remote home servers.
+        to be sent to remote homeservers.
         c) doing the necessary dances to invite remote users and join remote
         rooms.
     """