Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
"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
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);
}
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;