1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

spelling: comments: synthax -> syntax

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2024-04-10 21:25:12 +12:00 committed by Andrew Bartlett
parent 64003d8677
commit 99d2622131

View File

@ -287,7 +287,7 @@ def populateNotReplicated(samdb, schemadn):
def populate_dnsyntax(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) (oid 2.5.5.1)
:param samdb: A LDB object for sam.ldb file :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 # 8) Populate some associative array to ease the update process
# List of attribute which are link and backlink # List of attribute which are link and backlink
populate_links(new_ldbs.sam, names.schemadn) 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) populate_dnsyntax(new_ldbs.sam, names.schemadn)
# 9) (now skipped, was copy of privilege.ldb) # 9) (now skipped, was copy of privilege.ldb)
# 10) # 10)