mirror of
https://github.com/samba-team/samba.git
synced 2025-12-21 20:23:50 +03:00
python:samba:tests: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
ab3792931b
commit
d4798967c0
@@ -87,7 +87,7 @@ class DsdbAccountTests(TestCase):
|
||||
|
||||
def test_ridalloc_next_free_rid(self):
|
||||
# Test RID allocation. We assume that RID
|
||||
# pools allocated to us are continguous.
|
||||
# pools allocated to us are contiguous.
|
||||
self.samdb.transaction_start()
|
||||
try:
|
||||
orig_rid_set = self.get_rid_set(self.rid_set_dn)
|
||||
|
||||
Reference in New Issue
Block a user