# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:01:10 # Node ID 09adbb6ce166ca2a37e9e382db345d31c07846a4 # Parent 93a1eaef3f37d05e50aed3b3bd1b4894876f7935 spelling: intermediate diff --git a/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py b/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py --- a/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py +++ b/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py @@ -35,7 +35,7 @@ def upgrade(migrate_engine): old_cons.drop() except Exception as e: # we don't care if this fails really... better to pass migration than - # leave this in intermidiate state + # leave this in intermediate state print 'Failed to remove Unique for user_id, repository_id reason %s' % e @@ -63,7 +63,7 @@ def upgrade(migrate_engine): old_cons.drop() except Exception as e: # we don't care if this fails really... better to pass migration than - # leave this in intermidiate state + # leave this in intermediate state print 'Failed to remove Unique for user_id, repository_id reason %s' % e return