devtools/__init__.py
changeset 10510 51321946da37
parent 10474 1dcc52f5e340
child 10568 3914388b2d0f
child 10644 c43e5dc41f8b
--- a/devtools/__init__.py	Wed Apr 08 11:29:24 2015 +0200
+++ b/devtools/__init__.py	Mon Mar 09 10:49:03 2015 +0100
@@ -783,7 +783,7 @@
         dbfile = self.absolute_dbfile()
         backup_file = self.absolute_backup_file(db_id, 'sqlite')
         shutil.copy(dbfile, backup_file)
-        # Usefull to debug WHO write a database
+        # Useful to debug WHO writes a database
         # backup_stack = self.absolute_backup_file(db_id, '.stack')
         #with open(backup_stack, 'w') as backup_stack_file:
         #    import traceback