schema.py
changeset 10301 729f36a1bcfa
parent 10283 8e6aa8ed6ee1
child 10447 d309c020d9fb
--- a/schema.py	Wed Mar 25 10:10:24 2015 +0100
+++ b/schema.py	Wed Apr 22 10:08:14 2015 +0200
@@ -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')