summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-06-12 21:18:18 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-06-13 10:30:15 +0200
commit9ec47b3cffcb258f2885a731b49ed1085df508d8 (patch)
treea705069212c33e8f89d3c36584de5ead7ccec73c /source4
parentc4039232e3393b4509c007e7c85474cfc6c686ef (diff)
downloadsamba-9ec47b3cffcb258f2885a731b49ed1085df508d8.tar.gz
dsdb: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/partition.c4
1 files changed, 2 insertions, 2 deletions
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;
}