diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-02 11:15:29 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-02 18:19:54 +1000 |
commit | 90b694bc6114cbb652b11a136a8fc3657861d790 (patch) | |
tree | 6a6d43367b37a1da36936949b3925ac1fdd3981f /source4 | |
parent | b5bf4400659a59b6508ede2e9d1b7fbd253c0b07 (diff) | |
download | samba-90b694bc6114cbb652b11a136a8fc3657861d790.tar.gz samba-90b694bc6114cbb652b11a136a8fc3657861d790.tar.bz2 samba-90b694bc6114cbb652b11a136a8fc3657861d790.zip |
fixed spelling
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/linked_attributes.c | 2 |
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; |