[test] typo in entities test comment
authorRémi Cardona <remi.cardona@logilab.fr>
Thu, 18 Jun 2015 14:43:06 +0200
changeset 10402 e3c20f4d1a7c
parent 10401 4f41eb2f06bc
child 10403 fe614ec1688c
[test] typo in entities test comment
entities/test/unittest_base.py
--- a/entities/test/unittest_base.py	Thu Jun 18 14:57:55 2015 +0200
+++ b/entities/test/unittest_base.py	Thu Jun 18 14:43:06 2015 +0200
@@ -146,7 +146,7 @@
     def test_allowed_massmail_keys(self):
         with self.admin_access.repo_cnx() as cnx:
             e = cnx.execute('CWUser U WHERE U login "member"').get_entity(0, 0)
-            # Bytes/Password attributes should be omited
+            # Bytes/Password attributes should be omitted
             self.assertEqual(e.cw_adapt_to('IEmailable').allowed_massmail_keys(),
                               set(('surname', 'firstname', 'login', 'last_login_time',
                                    'creation_date', 'modification_date', 'cwuri', 'eid'))