summary refs log tree commit diff
path: root/synapse/storage/schema
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2017-11-04 19:35:33 +0000
committerMatthew Hodgson <matthew@matrix.org>2017-11-04 19:35:33 +0000
commitb6b075fd49c785316f44bac3a5641f746f36b91f (patch)
tree6952c81dfb6ae5bd8f285eeef58bd21c2f253936 /synapse/storage/schema
parents/intial/initial/ (diff)
downloadsynapse-b6b075fd49c785316f44bac3a5641f746f36b91f.tar.xz
s/popualte/populate/
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r--synapse/storage/schema/delta/43/user_share.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/43/user_share.sql b/synapse/storage/schema/delta/43/user_share.sql
index 4501d90cbb..ee7062abe4 100644
--- a/synapse/storage/schema/delta/43/user_share.sql
+++ b/synapse/storage/schema/delta/43/user_share.sql
@@ -29,5 +29,5 @@ CREATE INDEX users_who_share_rooms_r_idx ON users_who_share_rooms(room_id);
 CREATE INDEX users_who_share_rooms_o_idx ON users_who_share_rooms(other_user_id);
 
 
--- Make sure that we popualte the table initially
+-- Make sure that we populate the table initially
 UPDATE user_directory_stream_pos SET stream_id = NULL;