From 1ce4af01bd291a8200bbbd86dc4ae421bc38f9a0 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 16 Oct 2023 16:08:45 +1300 Subject: [PATCH] python:tests: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/samba_tool/domain_claim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/tests/samba_tool/domain_claim.py b/python/samba/tests/samba_tool/domain_claim.py index c93d5e8d20e..05e3b57f8a2 100644 --- a/python/samba/tests/samba_tool/domain_claim.py +++ b/python/samba/tests/samba_tool/domain_claim.py @@ -196,7 +196,7 @@ class ClaimCmdTestCase(SambaToolCmdTest): be found, but not include every known attribute. """ # We just need to test a few different data types for attributes, - # there is mo need to test every known attribute. + # there is no need to test every known attribute. claim_types = [ "adminCount", "accountExpires", -- 2.47.3