diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-03-25 23:38:19 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-03-25 23:38:19 +0000 |
commit | adafa24b0a8f539c114c7d45f36f7b62743557f6 (patch) | |
tree | 1e7a24ae811b98b40c00df069c2de6ef93810024 /synapse | |
parent | Merge pull request #655 from matrix-org/erikj/edu_yield (diff) | |
download | synapse-adafa24b0a8f539c114c7d45f36f7b62743557f6.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. |