diff options
-rw-r--r-- | source3/smbd/open.c | 2 | ||||
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/descriptor.c | 2 | ||||
-rwxr-xr-x | third_party/dnspython/examples/zonediff.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 3c24d76a089..cb0330d6073 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -4734,7 +4734,7 @@ static NTSTATUS inherit_new_acl(files_struct *fsp) /* If inheritable_components == false, se_create_child_secdesc() - creates a security desriptor with a NULL dacl + creates a security descriptor with a NULL dacl entry, but with SEC_DESC_DACL_PRESENT. We need to remove that flag. */ diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c index e75d79d30e2..4c45e9b8f82 100644 --- a/source4/dsdb/samdb/ldb_modules/descriptor.c +++ b/source4/dsdb/samdb/ldb_modules/descriptor.c @@ -416,7 +416,7 @@ static DATA_BLOB *get_new_descriptor(struct ldb_module *module, } sddl_sd = sddl_encode(mem_ctx, final_sd, domain_sid); - DEBUG(10, ("Object %s created with desriptor %s\n\n", ldb_dn_get_linearized(dn), sddl_sd)); + DEBUG(10, ("Object %s created with descriptor %s\n\n", ldb_dn_get_linearized(dn), sddl_sd)); linear_sd = talloc(mem_ctx, DATA_BLOB); if (!linear_sd) { diff --git a/third_party/dnspython/examples/zonediff.py b/third_party/dnspython/examples/zonediff.py index ad81fb1d2d4..0c101781a3e 100755 --- a/third_party/dnspython/examples/zonediff.py +++ b/third_party/dnspython/examples/zonediff.py @@ -199,7 +199,7 @@ The differences shown will be logical differences, not textual differences. p.print_help() sys.exit(64) - # Open file desriptors + # Open file descriptors if not opts.use_vc: oldn, newn = args else: |