s4:rootdse LDB module - fix comment typo
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 19 Sep 2010 07:40:13 +0000 (09:40 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Sep 2010 23:25:41 +0000 (09:25 +1000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/rootdse.c

index 51ac7e694f0625f7e6972a3fe644a5b8b8ca9de4..6907f0d47179d17e56bdea9e30f65cd35f73861b 100644 (file)
@@ -186,7 +186,7 @@ static int rootdse_add_dynamic(struct ldb_module *module, struct ldb_message *ms
 
        msg->dn = ldb_dn_new(msg, ldb, NULL);
 
-       /* don't return the distinduishedName, cn and name attributes */
+       /* don't return the distinguishedName, cn and name attributes */
        ldb_msg_remove_attr(msg, "distinguishedName");
        ldb_msg_remove_attr(msg, "cn");
        ldb_msg_remove_attr(msg, "name");