]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Add missing word to comment
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 23 Nov 2023 22:39:47 +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 6030b4f5e5ad048b7cdde936a2f8f82fa0662e53..57908a141f91acbaa89b749c69e918266bac6bb7 100644 (file)
@@ -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