From c7ab99a86681584b384e966a24ca2f9f5921c079 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 24 Nov 2023 11:39:16 +1300 Subject: [PATCH] python: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/provision/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/provision/__init__.py b/python/samba/provision/__init__.py index f87bb1c82bd..6030b4f5e5a 100644 --- a/python/samba/provision/__init__.py +++ b/python/samba/provision/__init__.py @@ -662,7 +662,7 @@ def guess_names(lp=None, hostname=None, domain=None, dnsdomain=None, if serverrole != "active directory domain controller": # # This is the code path for a domain member - # where we provision the database as if we where + # where we provision the database as if we were # on a domain controller, so we should not use # the same dnsdomain as the domain controllers # of our primary domain. -- 2.47.3