diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-19 09:11:42 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-19 09:11:42 +0000 |
commit | b36144073864b20e465e4db4e261476b0fe021f4 (patch) | |
tree | 96be2b78558e5563aa31f336020ee715a6878a97 /scripts | |
parent | Fix database port script to work with new event_search table (diff) | |
download | synapse-b36144073864b20e465e4db4e261476b0fe021f4.tar.xz |
Spelling
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synapse_port_db | 2 |
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 = ( |