summary refs log tree commit diff
path: root/synapse/replication/resource.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-03-25 23:38:19 +0000
committerMatthew Hodgson <matthew@matrix.org>2016-03-30 17:29:42 +0100
commit9113316b0e53afd874822d26a9913d2b97f57b53 (patch)
treef4e98d42a9ce0df0fc895ac5c28c54fcd5e9ce7b /synapse/replication/resource.py
parentMerge pull request #675 from matrix-org/markjh/replicate_stateII (diff)
downloadsynapse-9113316b0e53afd874822d26a9913d2b97f57b53.tar.xz
typo
Diffstat (limited to 'synapse/replication/resource.py')
-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 096a79a7a4..33cb2eafa3 100644
--- a/synapse/replication/resource.py
+++ b/synapse/replication/resource.py
@@ -77,7 +77,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.