VLV tests: comment typo
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 19 Jul 2016 01:16:25 +0000 (13:16 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2016 11:41:12 +0000 (13:41 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/tests/python/vlv.py

index 1f5cf15b509e6d7d00009304291384a31094fd14..558a3da0956413ec17741c851bb2b585877c7db8 100644 (file)
@@ -499,7 +499,7 @@ class VLVTests(samba.tests.TestCase):
         """What happens if we add or remove items in the middle of the VLV?
 
         Nothing. The search and the sort is not repeated, and we only
-        deal with ther objects originally found.
+        deal with the objects originally found.
         """
         attrs = ['cn'] + [x for x in self.users[0].keys() if x not in
                  ('dn', 'objectclass')]