From: Douglas Bagnall Date: Wed, 10 Apr 2024 09:25:12 +0000 (+1200) Subject: spelling: comments: synthax -> syntax X-Git-Tag: tdb-1.4.11~606 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99d2622131161d7d597f5b0a9e2b509817483217;p=thirdparty%2Fsamba.git spelling: comments: synthax -> syntax Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision index d523587ba4f..bdfc3ff98e2 100755 --- a/source4/scripting/bin/samba_upgradeprovision +++ b/source4/scripting/bin/samba_upgradeprovision @@ -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)