From: Volker Lendecke Date: Mon, 29 Jun 2020 12:59:54 +0000 (+0200) Subject: test: Fix a typo X-Git-Tag: talloc-2.3.2~857 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d29bb42c736e639e4812eaef9c3106f2e09123a;p=thirdparty%2Fsamba.git test: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/python/samba/tests/complex_expressions.py b/python/samba/tests/complex_expressions.py index d88f296be28..5657bf6b276 100644 --- a/python/samba/tests/complex_expressions.py +++ b/python/samba/tests/complex_expressions.py @@ -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: