[entity] fix typo in comment
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 29 Jun 2015 16:41:36 +0200
changeset 10462 bd2a14d3de15
parent 10461 37644c518705
child 10463 9add9b7f9df7
[entity] fix typo in comment
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):