# HG changeset patch # User timeless@gmail.com # Date 1462276870 0 # Node ID 09adbb6ce166ca2a37e9e382db345d31c07846a4 # Parent 93a1eaef3f37d05e50aed3b3bd1b4894876f7935 spelling: intermediate diff -r 93a1eaef3f37 -r 09adbb6ce166 kallithea/lib/dbmigrate/versions/005_version_1_3_0.py --- a/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py Tue May 03 12:00:45 2016 +0000 +++ b/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py Tue May 03 12:01:10 2016 +0000 @@ -35,7 +35,7 @@ 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 @@ 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