From ed97b15fe9795214b6497e91ead943c933d53325 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 2 Oct 2023 15:07:03 +1300 Subject: [PATCH] python:tests: Fix comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/sid_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/sid_strings.py b/python/samba/tests/sid_strings.py index 5ff1edc0642..fa2b84d16ab 100644 --- a/python/samba/tests/sid_strings.py +++ b/python/samba/tests/sid_strings.py @@ -545,7 +545,7 @@ class SidStringsAsDnSearchWithDnObject(SidStringBase): @DynamicTestCase class SidStringsAsDnInSearchFilter(SidStringBase): - """How does a bad dn work is a search filter? + """How does a bad dn work in a search filter? Answer: on Windows it always works. """ -- 2.47.3