diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-06-05 08:43:21 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-06-05 08:43:21 -0400 |
commit | f1e61ef85c66e4a3375108e5d9a5bad9f836f564 (patch) | |
tree | 6588f0ce8dd51890b70fbd7dd8ca39ca9339e65e /synapse/handlers | |
parent | Allow new users to be registered via the admin API even if the monthly active... (diff) | |
download | synapse-f1e61ef85c66e4a3375108e5d9a5bad9f836f564.tar.xz |
Typo fixes.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 00718d7f2d..6bdb24baff 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -1370,7 +1370,7 @@ class SyncHandler(object): sync_result_builder.now_token = now_token # We check up front if anything has changed, if it hasn't then there is - # no point in going futher. + # no point in going further. since_token = sync_result_builder.since_token if not sync_result_builder.full_state: if since_token and not ephemeral_by_room and not account_data_by_room: |