]> git.decadent.org.uk Git - dak.git/commitdiff
init_db.py: typo fix for `do_suite' comment.
authorMario Domenech Goulart <mario@ossystems.com.br>
Mon, 8 Feb 2010 18:17:58 +0000 (16:17 -0200)
committerMario Domenech Goulart <mario@ossystems.com.br>
Mon, 8 Feb 2010 18:17:58 +0000 (16:17 -0200)
s/Initalize/Initialize/

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
dak/init_db.py

index b0589b131b9f05ae8ed38c2ddeedaff7b06b12d9..ea8083ee37c148f81da24ec717fd63066ac87a04 100755 (executable)
@@ -127,7 +127,7 @@ class InitDB(object):
         s.commit()
 
     def do_suite(self):
-        """Initalize the suite table."""
+        """Initialize the suite table."""
 
         s = self.projectB.session()
         s.query(Suite).delete()