From: Joseph Sutton Date: Sun, 8 Oct 2023 23:48:15 +0000 (+1300) Subject: s4:dsdb: Fix code spelling X-Git-Tag: talloc-2.4.2~1058 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=234b95298610da88dfcefdc51a416358baa77210;p=thirdparty%2Fsamba.git s4:dsdb: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/repl/drepl_partitions.c b/source4/dsdb/repl/drepl_partitions.c index 6c3564153d6..c525329ee7c 100644 --- a/source4/dsdb/repl/drepl_partitions.c +++ b/source4/dsdb/repl/drepl_partitions.c @@ -476,7 +476,7 @@ WERROR dreplsrv_partition_find_for_nc(struct dreplsrv_service *s, || strequal(p->nc.dn, nc_dn_str) || (valid_sid && dom_sid_equal(&p->nc.sid, nc_sid))) { - /* fill in he right guid and sid if possible */ + /* fill in the right guid and sid if possible */ if (nc_guid && !valid_guid) { dsdb_get_extended_dn_guid(p->dn, nc_guid, "GUID"); } diff --git a/source4/dsdb/samdb/ldb_modules/partition.c b/source4/dsdb/samdb/ldb_modules/partition.c index 78bf6e603d7..bd636c7a0b5 100644 --- a/source4/dsdb/samdb/ldb_modules/partition.c +++ b/source4/dsdb/samdb/ldb_modules/partition.c @@ -488,7 +488,7 @@ static int partition_copy_all_callback_action( if (req->operation == LDB_MODIFY) { const struct ldb_message *req_msg = req->op.mod.message; /* - * mark elements to be removed, if there were + * mark elements to be removed, if these were * deleted entirely above we need to delete * them here too */ diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 8baf5085215..0a7a78cdf37 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -4384,7 +4384,7 @@ done: } /* - * Builds and returns a search request to lookup up the PSO that applies to + * Builds and returns a search request to look up the PSO that applies to * the user in question. Returns NULL if no PSO applies, or could not be found */ static struct ldb_request * build_pso_data_request(struct ph_context *ac)