summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2021-01-21 13:20:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2021-03-01 03:50:35 +0000
commit3174c6dd4181030086351c21b54d4854498788ae (patch)
tree95565f9a2d346ac2b970d2ae7c3c53631e24b22c
parent485743dac38bc074ed72db423fe0886f34faf150 (diff)
downloadsamba-3174c6dd4181030086351c21b54d4854498788ae.tar.gz
s4:dsdb/dirsync: fix a typo in a comment
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source4/dsdb/samdb/ldb_modules/dirsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/dirsync.c b/source4/dsdb/samdb/ldb_modules/dirsync.c
index bafa7dd1b87..0aa3edac3dc 100644
--- a/source4/dsdb/samdb/ldb_modules/dirsync.c
+++ b/source4/dsdb/samdb/ldb_modules/dirsync.c
@@ -1366,8 +1366,8 @@ static int dirsync_ldb_search(struct ldb_module *module, struct ldb_request *req
control->critical = false;
dsc->schema = dsdb_get_schema(ldb, dsc);
/*
- * At the begining we make the hypothesis that we will return a complete
- * result set
+ * At the beginning we make the hypothesis that we will return a
+ * complete result set.
*/
dsc->partial = false;