From: Volker Lendecke Date: Tue, 12 Jun 2018 19:18:18 +0000 (+0200) Subject: dsdb: Fix typos X-Git-Tag: tevent-0.9.37~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ec47b3cffcb258f2885a731b49ed1085df508d8;p=thirdparty%2Fsamba.git dsdb: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/partition.c b/source4/dsdb/samdb/ldb_modules/partition.c index 6867cd7ef56..81df7053098 100644 --- a/source4/dsdb/samdb/ldb_modules/partition.c +++ b/source4/dsdb/samdb/ldb_modules/partition.c @@ -405,7 +405,7 @@ struct partition_copy_context { * 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. */ @@ -671,7 +671,7 @@ static int partition_copy_all( 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; }