Skip to content
Snippets Groups Projects
Commit a298331d authored by Erik Johnston's avatar Erik Johnston
Browse files

Spelling

parent 71edaae9
No related branches found
Tags v0.16.1
No related merge requests found
......@@ -135,7 +135,7 @@ class RoomListHandler(BaseHandler):
rooms_to_scan = rooms_to_scan[:since_token.current_limit]
rooms_to_scan.reverse()
# If there's not search filter just limit the range since we'll
# If there's no search filter just limit the range since we'll
# return the vast majority of things.
if limit and not search_filter:
rooms_to_scan = rooms_to_scan[:limit + 1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment