From: Jennifer Sutton Date: Mon, 5 Aug 2024 23:51:21 +0000 (+1200) Subject: s4:dsdb: Fix code spelling X-Git-Tag: tevent-0.17.0~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9214555cc47cb26430c329dab1b3b6e94fac3b1b;p=thirdparty%2Fsamba.git s4:dsdb: Fix code spelling Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/source4/dsdb/tests/python/confidential_attr.py b/source4/dsdb/tests/python/confidential_attr.py index edbc9593204..a950495f8cb 100755 --- a/source4/dsdb/tests/python/confidential_attr.py +++ b/source4/dsdb/tests/python/confidential_attr.py @@ -909,7 +909,7 @@ class ConfidentialAttrTestDirsync(ConfidentialAttrCommon): self.extra_filter = "(|{0}{1})".format(exclude_deleted_objs_filter, deleted_filter) - # for matching on a single object, the search expresseion becomes: + # for matching on a single object, the search expression becomes: # match exactly by account-name AND either a non-deleted object OR a # deleted object from this test run match_by_name = "(samaccountname={0})".format(self.conf_user)