]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 23 Nov 2023 22:39:16 +0000 (11:39 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/provision/__init__.py

index f87bb1c82bdb44981278994eb6fc44083b6a0744..6030b4f5e5ad048b7cdde936a2f8f82fa0662e53 100644 (file)
@@ -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.