]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4-join: Fix typos in recent GET_ANC patch set
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 4 Oct 2022 07:07:25 +0000 (20:07 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 21 Oct 2022 03:57:33 +0000 (03:57 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/join.py
source4/dsdb/repl/replicated_objects.c

index 650bb5a08aed11296312249441eb32df122e860f..70b3c9729b0b714de437608e68e3e18c75cc375c 100644 (file)
@@ -987,7 +987,7 @@ class DCJoinContext(object):
                                            "not possible due to a missing parent object.  "
                                            "This is typical of a Samba "
                                            "4.5 or earlier server. "
-                                           "We will replicate the all objects instead.")
+                                           "We will replicate all the objects instead.")
                     else:
                         raise
 
index 6a07a88961bebcfe145872a27a7b81c39b000df9..83d1b421c458428194f95109b01cf43e84603107 100644 (file)
@@ -748,7 +748,7 @@ WERROR dsdb_replicated_objects_convert(struct ldb_context *ldb,
                out->num_objects++;
        }
 
-       DBG_INFO("Proceesed %"PRIu32" DRS objects, saw %"PRIu32" objects "
+       DBG_INFO("Processed %"PRIu32" DRS objects, saw %"PRIu32" objects "
                 "and expected %"PRIu32" objects\n",
                 out->num_objects, i, object_count);
 
@@ -764,7 +764,7 @@ WERROR dsdb_replicated_objects_convert(struct ldb_context *ldb,
        }
        if (i != object_count) {
                DBG_ERR("FAILURE: saw %"PRIu32" DRS objects, server said we "
-                       "should expected to see %"PRIu32" objects!\n",
+                       "should expect to see %"PRIu32" objects!\n",
                        i, object_count);
                talloc_free(out);
                return WERR_FOOBAR;