fix annoying typos

This commit is contained in:
Matthew Hodgson 2017-01-05 13:39:43 +00:00
parent 7738329672
commit 8cfc0165e9
2 changed files with 3 additions and 3 deletions

View file

@ -384,7 +384,7 @@ class StateStore(SQLBaseStore):
# We did this before by getting the list of group ids, and
# then passing that list to sqlite to get latest event for
# each (type, state_key). However, that was terribly slow
# without the right indicies (which we can't add until
# without the right indices (which we can't add until
# after we finish deduping state, which requires this func)
args = [next_group]
if types: