diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index d5e65032652..edeed285943 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -490,7 +490,7 @@ interface security /* Bitmap of privilege values for internal use only. We need * our own bitmap here as privileges.tdb records these values - * as a bitmap (privileges.ldb uses the string forms). + * as a bitmap (privilege.ldb uses the string forms). */ typedef [bitmap64bit] bitmap { SEC_PRIV_MACHINE_ACCOUNT_BIT = 0x00000010, diff --git a/source4/scripting/bin/samba_upgradeprovision b/source4/scripting/bin/samba_upgradeprovision index 24310d2f6cc..d523587ba4f 100755 --- a/source4/scripting/bin/samba_upgradeprovision +++ b/source4/scripting/bin/samba_upgradeprovision @@ -1668,7 +1668,7 @@ if __name__ == '__main__': populate_links(new_ldbs.sam, names.schemadn) # List of attribute with ASN DN synthax) populate_dnsyntax(new_ldbs.sam, names.schemadn) - # 9) (now skipped, was copy of privileges.ldb) + # 9) (now skipped, was copy of privilege.ldb) # 10) oem = getOEMInfo(ldbs.sam, str(names.rootdn)) # Do some modification on sam.ldb