[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 2/6] init_db.py: typo fix for `do_suite' comment.



s/Initalize/Initialize/

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
 dak/init_db.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/init_db.py b/dak/init_db.py
index b0589b1..ea8083e 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()
-- 
1.6.5



Reply to: