# HG changeset patch # User Julien Cristau # Date 1435588896 -7200 # Node ID bd2a14d3de1592a858b2c05f613dfc5baa10a71f # Parent 37644c5187055a0d6f6d125a09169dca89f45432 [entity] fix typo in comment diff -r 37644c518705 -r bd2a14d3de15 entity.py --- a/entity.py Fri Jun 26 16:10:33 2015 +0200 +++ b/entity.py Mon Jun 29 16:41:36 2015 +0200 @@ -826,7 +826,7 @@ attr = rschema.type if attr == 'eid': continue - # password retreival is blocked at the repository server level + # password retrieval is blocked at the repository server level rdef = rschema.rdef(self.e_schema, attrschema) if not self._cw.user.matching_groups(rdef.get_groups('read')) \ or (attrschema.type == 'Password' and skip_pwd):