summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/linked_attributes.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-02 11:15:29 +1000
committerAndrew Tridgell <tridge@samba.org>2009-09-02 18:19:54 +1000
commit90b694bc6114cbb652b11a136a8fc3657861d790 (patch)
tree6a6d43367b37a1da36936949b3925ac1fdd3981f /source4/dsdb/samdb/ldb_modules/linked_attributes.c
parentb5bf4400659a59b6508ede2e9d1b7fbd253c0b07 (diff)
downloadsamba-90b694bc6114cbb652b11a136a8fc3657861d790.tar.gz
samba-90b694bc6114cbb652b11a136a8fc3657861d790.tar.bz2
samba-90b694bc6114cbb652b11a136a8fc3657861d790.zip
fixed spelling
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/linked_attributes.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/linked_attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/linked_attributes.c b/source4/dsdb/samdb/ldb_modules/linked_attributes.c
index 9ed06a9130..d83f6b9269 100644
--- a/source4/dsdb/samdb/ldb_modules/linked_attributes.c
+++ b/source4/dsdb/samdb/ldb_modules/linked_attributes.c
@@ -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;