]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
test: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 29 Jun 2020 12:59:54 +0000 (14:59 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 17 Aug 2020 19:35:37 +0000 (19:35 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba/tests/complex_expressions.py

index d88f296be2834c554026cd62e5b7d17deb94ef88..5657bf6b2768c617c7dc0d81062f9b7f740d9088 100644 (file)
@@ -114,7 +114,7 @@ class ComplexExpressionTests(TestCase):
 
         for ldap_object in ldap_objects:
             # It's useful to keep appropriate python types in the ldap_object
-            # dict but smdb's 'add' function expects strings.
+            # dict but samdb's 'add' function expects strings.
             stringed_ldap_object = {k: str(v)
                                     for (k, v) in ldap_object.items()}
             try: