From e2e0d5bacd85cf75e3f77e9db052e17a1173b176 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 1 May 2015 10:38:18 +0200 Subject: fix typo --- bin/reproducible_db_maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_db_maintenance.py') diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py index f69e83b8..1bfddcff 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.py @@ -361,7 +361,7 @@ schema_updates = { architecture TEXT NOT NULL, PRIMARY KEY (name, suite, architecture))''', 'INSERT INTO rb_schema VALUES ("11", "' + now + '")'], - 12: [ # refactor the artifacts handling, splitting artifacts savind from + 12: [ # refactor the artifacts handling, splitting artifacts saving from # IRC notification 'ALTER TABLE schedule ADD COLUMN notify TEXT', 'INSERT INTO rb_schema VALUES ("12", "' + now + '")'], -- cgit v1.2.3-54-g00ecf