summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-22 09:34:21 +0100
committerGitHub <noreply@github.com>2018-08-22 09:34:21 +0100
commita4cf660a3278bca7ff927a2087d8af37e46c0291 (patch)
tree57aa5616ec2cab4eeb65f72be2ce1077a930a016 /synapse/federation
parentMerge remote-tracking branch 'origin/release-v0.33.3' into develop (diff)
parentCreate 3735.misc (diff)
downloadsynapse-a4cf660a3278bca7ff927a2087d8af37e46c0291.tar.xz
Merge pull request #3735 from matrix-org/travis/federation-spelling
limt -> limit
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/transport/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/transport/client.py b/synapse/federation/transport/client.py
index b4fbe2c9d5..1054441ca5 100644
--- a/synapse/federation/transport/client.py
+++ b/synapse/federation/transport/client.py
@@ -106,7 +106,7 @@ class TransportLayerClient(object):
             dest (str)
             room_id (str)
             event_tuples (list)
-            limt (int)
+            limit (int)
 
         Returns:
             Deferred: Results in a dict received from the remote homeserver.