fixed spelling
authorAndrew Tridgell <tridge@samba.org>
Wed, 2 Sep 2009 01:15:29 +0000 (11:15 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 2 Sep 2009 08:19:54 +0000 (18:19 +1000)
source4/dsdb/samdb/ldb_modules/linked_attributes.c

index 9ed06a91309cadf1d9ef16e09e651a18388ca247..d83f6b92693018b26f8ead75735e5f410f67d493 100644 (file)
@@ -181,7 +181,7 @@ static int linked_attributes_add(struct ldb_module *module, struct ldb_request *
                }
                
                if ((schema_attr->linkID & 1) == 1) {
-                       /* Odd is for the target.  Illigal to modify */
+                       /* Odd is for the target.  Illegal to modify */
                        ldb_asprintf_errstring(ldb, 
                                               "attribute %s must not be modified directly, it is a linked attribute", el->name);
                        return LDB_ERR_UNWILLING_TO_PERFORM;