From: Mario Domenech Goulart Date: Mon, 8 Feb 2010 18:17:58 +0000 (-0200) Subject: init_db.py: typo fix for `do_suite' comment. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b42b7206a7ed0fd07bf6635d44d88c26499452be;p=dak.git init_db.py: typo fix for `do_suite' comment. s/Initalize/Initialize/ Signed-off-by: Mario Domenech Goulart --- diff --git a/dak/init_db.py b/dak/init_db.py index b0589b13..ea8083ee 100755 --- a/dak/init_db.py +++ b/dak/init_db.py @@ -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()