From: Joseph Sutton Date: Thu, 23 Nov 2023 22:39:47 +0000 (+1300) Subject: python: Add missing word to comment X-Git-Tag: talloc-2.4.2~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eb7b95de388099587c9fbfdb1d0425e585dd521;p=thirdparty%2Fsamba.git python: Add missing word to comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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