summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-07-25 15:44:41 -0600
committerGitHub <noreply@github.com>2018-07-25 15:44:41 -0600
commitd8e65ed7e111243c08c0b87c9a49e7537c355074 (patch)
treecfa27d3b3d71a047618aaa822a1bf56220eb1724 /synapse/handlers
parentMerge pull request #3603 from matrix-org/erikj/handle_outliers (diff)
downloadsynapse-d8e65ed7e111243c08c0b87c9a49e7537c355074.tar.xz
Fix a minor documentation typo in on_make_leave
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/federation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index 145c1a21d4..49068c06d9 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -1279,7 +1279,7 @@ class FederationHandler(BaseHandler):
     @log_function
     def on_make_leave_request(self, room_id, user_id):
         """ We've received a /make_leave/ request, so we create a partial
-        join event for the room and return that. We do *not* persist or
+        leave event for the room and return that. We do *not* persist or
         process it until the other server has signed it and sent it back.
         """
         builder = self.event_builder_factory.new({