summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-19 09:11:42 +0000
committerErik Johnston <erik@matrix.org>2015-11-19 09:11:42 +0000
commitb36144073864b20e465e4db4e261476b0fe021f4 (patch)
tree96be2b78558e5563aa31f336020ee715a6878a97 /scripts
parentFix database port script to work with new event_search table (diff)
downloadsynapse-b36144073864b20e465e4db4e261476b0fe021f4.tar.xz
Spelling
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/synapse_port_db2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db
index c0da2af230..d4772fcf6e 100755
--- a/scripts/synapse_port_db
+++ b/scripts/synapse_port_db
@@ -231,7 +231,7 @@ class Porter(object):
                 next_chunk = rows[-1][0] + 1
 
                 if table == "event_search":
-                    # We have to treat event_search differnetly since it has a
+                    # We have to treat event_search differently since it has a
                     # different structure in the two different databases.
                     def insert(txn):
                         sql = (