From 7a06a93fdf7544dfa013a5f20d4eb6017ea345ee Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 15 May 2013 18:22:39 +0200 Subject: [PATCH] source4/dsdb/samdb/ldb_modules/local_password.c: Fix typo in comment. Signed-off-by: Karolin Seeger Reviewed-by: Jeremy Allison --- source4/dsdb/samdb/ldb_modules/local_password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/local_password.c b/source4/dsdb/samdb/ldb_modules/local_password.c index c0e1e9a4bb3..4adf1803844 100644 --- a/source4/dsdb/samdb/ldb_modules/local_password.c +++ b/source4/dsdb/samdb/ldb_modules/local_password.c @@ -43,7 +43,7 @@ server. This allows the password database to be synchronised in a multi-master - fashion, seperate to the more difficult concerns of the main + fashion, separate to the more difficult concerns of the main database. (With passwords, the last writer always wins) Each incoming add/modify is split into a remote, and a local request, done -- 2.34.1