# HG changeset patch # User Julien Cristau # Date 1427047519 -3600 # Node ID 8e6aa8ed6ee1b4cde6c5d555c35bfba34cb6c6a2 # Parent f96093ad32e41f7caf5fd21f38dd8c800e362484 [schema] typo diff -r f96093ad32e4 -r 8e6aa8ed6ee1 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')