summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2020-09-28 00:23:35 +0100
committerMatthew Hodgson <matthew@matrix.org>2020-09-28 00:23:35 +0100
commit4b3a1faa08f5ad16e0e00dc629fb25be520575d7 (patch)
treeab0ce192f85b79563830427c13d5ac4a416399af /synapse
parentEscape the error description on the sso_error template. (#8405) (diff)
downloadsynapse-4b3a1faa08f5ad16e0e00dc629fb25be520575d7.tar.xz
typo
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/databases/main/schema/delta/56/event_labels.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/schema/delta/56/event_labels.sql b/synapse/storage/databases/main/schema/delta/56/event_labels.sql
index 5e29c1da19..ccf287971c 100644
--- a/synapse/storage/databases/main/schema/delta/56/event_labels.sql
+++ b/synapse/storage/databases/main/schema/delta/56/event_labels.sql
@@ -13,7 +13,7 @@
  * limitations under the License.
  */
 
--- room_id and topoligical_ordering are denormalised from the events table in order to
+-- room_id and topological_ordering are denormalised from the events table in order to
 -- make the index work.
 CREATE TABLE IF NOT EXISTS event_labels (
     event_id TEXT,