changeset 5846:09adbb6ce166

spelling: intermediate
author timeless@gmail.com
date Tue, 03 May 2016 12:01:10 +0000
parents 93a1eaef3f37
children 18565813d4e3
files kallithea/lib/dbmigrate/versions/005_version_1_3_0.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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