schema.py
changeset 10283 8e6aa8ed6ee1
parent 10193 a0a11be5a9cb
child 10447 d309c020d9fb
--- a/schema.py	Fri Feb 20 16:18:25 2015 +0100
+++ b/schema.py	Sun Mar 22 19:05:19 2015 +0100
@@ -891,7 +891,7 @@
         return False
 
     def has_perm(self, _cw, action, **kwargs):
-        """return true if the action is granted globaly or localy"""
+        """return true if the action is granted globally or locally"""
         if self.final:
             assert not ('fromeid' in kwargs or 'toeid' in kwargs), kwargs
             assert action in ('read', 'update')