Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* A special DN has been updated in the primary partition. Now propagate those
* changes to the remaining partitions.
*
- * Note: that the operations are asyncchonous and this fuction is called
+ * Note: that the operations are asynchronous and this function is called
* from partition_copy_all_callback_handler in response to an async
* callback.
*/
ldb_debug(
ldb,
LDB_DEBUG_ERROR,
- "Unexpected opertation type (%d)\n", req->operation);
+ "Unexpected operation type (%d)\n", req->operation);
ret = LDB_ERR_OPERATIONS_ERROR;
break;
}