summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-03-25 23:38:19 +0000
committerMatthew Hodgson <matthew@matrix.org>2016-03-29 01:20:14 +0100
commitec0cf996c94cb11f2a9b51369b886fb275b26ee5 (patch)
tree4e775ae27c958601d314c163f2a68ea907aad70d /synapse
parentMerge pull request #668 from matrix-org/markjh/deduplicate (diff)
downloadsynapse-ec0cf996c94cb11f2a9b51369b886fb275b26ee5.tar.xz
typo
Diffstat (limited to 'synapse')
-rw-r--r--synapse/replication/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/resource.py b/synapse/replication/resource.py
index 8c1ae0fbc7..37a1d3960c 100644
--- a/synapse/replication/resource.py
+++ b/synapse/replication/resource.py
@@ -76,7 +76,7 @@ class ReplicationResource(Resource):
     The response is a JSON object with keys for each stream with updates. Under
     each key is a JSON object with:
 
-    * "postion": The current position of the stream.
+    * "position": The current position of the stream.
     * "field_names": The names of the fields in each row.
     * "rows": The updates as an array of arrays.