goa/appobjects/dbmgmt.py
changeset 4835 13b0b96d7982
parent 4252 6c4f109c2b03
child 5421 8167de96c523
--- a/goa/appobjects/dbmgmt.py	Mon Mar 08 19:02:35 2010 +0100
+++ b/goa/appobjects/dbmgmt.py	Tue Mar 09 08:59:43 2010 +0100
@@ -172,7 +172,7 @@
     skip_etypes = ('CWGroup', 'CWUser')
 
     def call(self):
-        # XXX should use unsafe_execute with all hooks deactivated
+        # XXX should use unsafe execute with all hooks deactivated
         # XXX step by catching datastore errors?
         for eschema in self.schema.entities():
             if eschema.final or eschema in self.skip_etypes: