From a298331de42fd0931e9a4d068925ac8ff1c52f46 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Sat, 17 Sep 2016 14:59:40 +0100
Subject: [PATCH] Spelling

---
 synapse/handlers/room_list.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/synapse/handlers/room_list.py b/synapse/handlers/room_list.py
index a33b644d0f..ff7a7a06b4 100644
--- a/synapse/handlers/room_list.py
+++ b/synapse/handlers/room_list.py
@@ -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]
-- 
GitLab