]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: Fix comment
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 2 Oct 2023 02:07:03 +0000 (15:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 13 Oct 2023 03:50:31 +0000 (03:50 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/sid_strings.py

index 5ff1edc0642901ee067ce727de133c4d7a64a4ad..fa2b84d16ab60279dc1e666105deb97d101acb39 100644 (file)
@@ -545,7 +545,7 @@ class SidStringsAsDnSearchWithDnObject(SidStringBase):
 
 @DynamicTestCase
 class SidStringsAsDnInSearchFilter(SidStringBase):
-    """How does a bad <SID=x> dn work is a search filter?
+    """How does a bad <SID=x> dn work in a search filter?
 
     Answer: on Windows it always works.
     """