]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Sun, 8 Oct 2023 23:48:15 +0000 (12:48 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/repl/drepl_partitions.c
source4/dsdb/samdb/ldb_modules/partition.c
source4/dsdb/samdb/ldb_modules/password_hash.c

index 6c3564153d628ae39ac11b5165013d29b0f62c71..c525329ee7c857e46b2e7b219e05cf4f4358b324 100644 (file)
@@ -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");
                        }
index 78bf6e603d749c7f9e826160638d697c84227906..bd636c7a0b55844c529345e682f360f0a0107918 100644 (file)
@@ -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
                         */
index 8baf5085215138dd151e1a5a639cd8bc2249c0a9..0a7a78cdf37295659a43ace887fb1bc46af3780e 100644 (file)
@@ -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)