Typo fixes.
parent
908f9e2d24
commit
f1e61ef85c
|
@ -1370,7 +1370,7 @@ class SyncHandler(object):
|
||||||
sync_result_builder.now_token = now_token
|
sync_result_builder.now_token = now_token
|
||||||
|
|
||||||
# We check up front if anything has changed, if it hasn't then there is
|
# 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
|
since_token = sync_result_builder.since_token
|
||||||
if not sync_result_builder.full_state:
|
if not sync_result_builder.full_state:
|
||||||
if since_token and not ephemeral_by_room and not account_data_by_room:
|
if since_token and not ephemeral_by_room and not account_data_by_room:
|
||||||
|
|
|
@ -171,7 +171,7 @@ class ReplicationDataHandler:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# The list is sorted by position so we don't need to continue
|
# The list is sorted by position so we don't need to continue
|
||||||
# checking any futher entries in the list.
|
# checking any further entries in the list.
|
||||||
index_of_first_deferred_not_called = idx
|
index_of_first_deferred_not_called = idx
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue