From: Volker Lendecke Date: Tue, 5 Jan 2021 14:41:45 +0000 (+0100) Subject: dsdb: Fix a typo X-Git-Tag: samba-4.14.0rc1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad4410c86c2a2988cdc301693d6be3ee9cf6253;p=thirdparty%2Fsamba.git dsdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source4/dsdb/samdb/ldb_modules/extended_dn_in.c b/source4/dsdb/samdb/ldb_modules/extended_dn_in.c index 5c5521d0b21..2d0513a738b 100644 --- a/source4/dsdb/samdb/ldb_modules/extended_dn_in.c +++ b/source4/dsdb/samdb/ldb_modules/extended_dn_in.c @@ -511,7 +511,7 @@ static int extended_dn_filter_callback(struct ldb_parse_tree *tree, void *privat /* fix the parse tree to change any extended DN components to their - caconical form + canonical form */ static int extended_dn_fix_filter(struct ldb_module *module, struct ldb_request *req,