changeset 5860:2ad0e992c4a4

spelling: references
author timeless@gmail.com
date Tue, 03 May 2016 12:12:13 +0000
parents c519638e5021
children 0ccdb52079e9
files kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py	Tue May 03 12:10:06 2016 +0000
+++ b/kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py	Tue May 03 12:12:13 2016 +0000
@@ -44,7 +44,7 @@
                 self.append("DROP CONSTRAINT ")
                 self.append(self.preparer.format_constraint(cons))
                 self.execute()
-            # TODO: recreate unique constraint if it refenrences more than this column
+            # TODO: recreate unique constraint if it references more than this column
 
         self.start_alter_table(column)
         self.append('DROP %s' % self.preparer.format_column(column))