1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

python: Fix spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-08-29 14:23:51 +12:00
committed by Andrew Bartlett
parent 5de640fc58
commit 6c6db88dda
5 changed files with 11 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ class ComplexExpressionTests(TestCase):
# Take an ldap expression and an equivalent python expression.
# Run and time the ldap expression and compare the result to the python
# expression run over the a list of ldap_object dicts.
# expression run over a list of ldap_object dicts.
def assertLDAPQuery(self, ldap_expr, ou_dn, py_expr, ldap_objects):
# run (and time) the LDAP search expression over the DB