diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-03-25 23:38:19 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 01:20:14 +0100 |
commit | ec0cf996c94cb11f2a9b51369b886fb275b26ee5 (patch) | |
tree | 4e775ae27c958601d314c163f2a68ea907aad70d /synapse | |
parent | Merge pull request #668 from matrix-org/markjh/deduplicate (diff) | |
download | synapse-ec0cf996c94cb11f2a9b51369b886fb275b26ee5.tar.xz |
typo
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/replication/resource.py | 2 |
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. |