/*
* Check if we failed to apply the records due to a missing parent or
- * target object. If so, try again and ask for any mising parent/target
+ * target object. If so, try again and ask for any missing parent/target
* objects to be included this time.
*/
if (W_ERROR_EQUAL(error_code, WERR_DS_DRA_RECYCLED_TARGET)) {
* We don't want to re-do the remote exop,
* unless it was REPL_SECRET so we set the
* fallback operation to just be a fetch of
- * the relevent partition.
+ * the relevant partition.
*/
* will reply us a WERR_DS_DRA_BUSY, this error will cause us to
* answer to the DsReplicaSync with a non OK status, the other DC
* will stop the demote due to this error.
- * In order to cope with this we will for the moment concider
+ * In order to cope with this we will for the moment consider
* a DS_DRA_BUSY not as an error.
* It's not ideal but it should not have a too huge impact for
* running production as this error otherwise never happen and
ret = samdb_dn_is_our_ntdsa(ldb, fsmo_role_dn, &is_us);
if (ret != LDB_SUCCESS) {
- DEBUG(0,(__location__ ": Failed to find detrmine if %s is our ntdsDsa object - %s\n",
+ DEBUG(0,(__location__ ": Failed to find determine if %s is our ntdsDsa object - %s\n",
ldb_dn_get_linearized(fsmo_role_dn), ldb_errstring(ldb)));
talloc_free(tmp_ctx);
return WERR_DS_DRA_INTERNAL_ERROR;
struct drsuapi_DsReplicaObjectIdentifier nc;
/*
- * uptodate vector needs to be updated before and after each DsGetNCChanges() call
+ * up-to-date vector needs to be updated before and after each DsGetNCChanges() call
*
* - before: we need to use our own invocationId together with our highestCommittedUSN
* - after: we need to merge in the remote uptodatevector, to avoid reading it again