]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Fix code spelling
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Mon, 5 Aug 2024 23:51:21 +0000 (11:51 +1200)
committerJo Sutton <jsutton@samba.org>
Mon, 26 May 2025 02:41:37 +0000 (02:41 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/tests/python/confidential_attr.py

index edbc9593204b232de0fb83e75f4a1ecc5685c662..a950495f8cba833fefe33c6fa47d61877c2cb3ee 100755 (executable)
@@ -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)