]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spelling: comments: synthax -> syntax
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Apr 2024 09:25:12 +0000 (21:25 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2024 04:23:29 +0000 (04:23 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/bin/samba_upgradeprovision

index d523587ba4fda755eee9d76d4ac1c9c63a2f4cd1..bdfc3ff98e21293219da8cec4025381498c136e5 100755 (executable)
@@ -287,7 +287,7 @@ def populateNotReplicated(samdb, schemadn):
 
 
 def populate_dnsyntax(samdb, schemadn):
-    """Populate an array with all the attributes that have DN synthax
+    """Populate an array with all the attributes that have DN syntax
        (oid 2.5.5.1)
 
     :param samdb: A LDB object for sam.ldb file
@@ -1666,7 +1666,7 @@ if __name__ == '__main__':
         # 8) Populate some associative array to ease the update process
         # List of attribute which are link and backlink
         populate_links(new_ldbs.sam, names.schemadn)
-        # List of attribute with ASN DN synthax)
+        # List of attributes with ASN DN syntax)
         populate_dnsyntax(new_ldbs.sam, names.schemadn)
         # 9) (now skipped, was copy of privilege.ldb)
         # 10)