From: Andrew Tridgell Date: Wed, 2 Sep 2009 01:15:29 +0000 (+1000) Subject: fixed spelling X-Git-Tag: talloc-2.0.0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90b694bc6114cbb652b11a136a8fc3657861d790;p=thirdparty%2Fsamba.git fixed spelling --- diff --git a/source4/dsdb/samdb/ldb_modules/linked_attributes.c b/source4/dsdb/samdb/ldb_modules/linked_attributes.c index 9ed06a91309..d83f6b92693 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;