[schema] typo
authorJulien Cristau <julien.cristau@logilab.fr>
Sun, 22 Mar 2015 19:05:19 +0100
changeset 10283 8e6aa8ed6ee1
parent 10282 f96093ad32e4
child 10284 fb113f9fa7d8
[schema] typo
schema.py
--- 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')