From 2eb7b95de388099587c9fbfdb1d0425e585dd521 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 24 Nov 2023 11:39:47 +1300 Subject: [PATCH] python: Add missing word to comment 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 6030b4f5e5a..57908a141f9 100644 --- a/python/samba/provision/__init__.py +++ b/python/samba/provision/__init__.py @@ -980,7 +980,7 @@ def secretsdb_self_join(secretsdb, domain, else: spn = ['HOST/%s' % shortname] if secure_channel_type == SEC_CHAN_BDC and dnsname is not None: - # we are a domain controller then we add servicePrincipalName + # if we are a domain controller then we add servicePrincipalName # entries for the keytab code to update. spn.extend(['HOST/%s' % dnsname]) msg["servicePrincipalName"] = spn -- 2.47.3