From b42b7206a7ed0fd07bf6635d44d88c26499452be Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Mon, 8 Feb 2010 16:17:58 -0200 Subject: [PATCH] init_db.py: typo fix for `do_suite' comment. s/Initalize/Initialize/ Signed-off-by: Mario Domenech Goulart --- dak/init_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2