projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f31af94
)
init_db.py: typo fix for `do_suite' comment.
author
Mario Domenech Goulart
<mario@ossystems.com.br>
Mon, 8 Feb 2010 18:17:58 +0000
(16:17 -0200)
committer
Mario 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
patch
|
blob
|
history
diff --git
a/dak/init_db.py
b/dak/init_db.py
index b0589b131b9f05ae8ed38c2ddeedaff7b06b12d9..ea8083ee37c148f81da24ec717fd63066ac87a04 100755
(executable)
--- 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."""
+ """Init
i
alize the suite table."""
s = self.projectB.session()
s.query(Suite).delete()