]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dsdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 5 Jan 2021 14:41:45 +0000 (15:41 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 8 Jan 2021 20:31:33 +0000 (20:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/dsdb/samdb/ldb_modules/extended_dn_in.c

index 5c5521d0b21d3845453952b008ef0ce557357cae..2d0513a738b631f9e1e43d7b66d4a05707ef460d 100644 (file)
@@ -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,