diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-22 20:56:54 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-23 14:01:29 -0700 |
commit | 9b7de7f491389609b3a07ed625e0d708c5e36a37 (patch) | |
tree | a151eb139439b860d5783c8c74778d7d37fb57d8 /source4 | |
parent | 523fb6d72b08a77e9c423a4f2d15d699d576d701 (diff) | |
download | samba-9b7de7f491389609b3a07ed625e0d708c5e36a37.tar.gz samba-9b7de7f491389609b3a07ed625e0d708c5e36a37.tar.bz2 samba-9b7de7f491389609b3a07ed625e0d708c5e36a37.zip |
fixed spelling
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.c b/source4/lib/ldb/ldb_tdb/ldb_tdb.c index e569a5a2a8..55acb6132d 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb.c +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.c @@ -270,7 +270,7 @@ static int ltdb_add_internal(struct ldb_module *module, const struct ldb_schema_attribute *a = ldb_schema_attribute_by_name(ldb, el->name); if (el->num_values == 0) { - ldb_asprintf_errstring(ldb, "attribute %s on %s speicified, but with 0 values (illigal)", + ldb_asprintf_errstring(ldb, "attribute %s on %s specified, but with 0 values (illegal)", el->name, ldb_dn_get_linearized(msg->dn)); return LDB_ERR_CONSTRAINT_VIOLATION; } |