From: Andreas Schneider Date: Mon, 3 Apr 2023 08:16:26 +0000 (+0200) Subject: lib:ldb:ldb_sqlite3: Fix code spelling X-Git-Tag: talloc-2.4.1~1126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73d04200bc0d19ec3c0649237d2be8af0757e3bd;p=thirdparty%2Fsamba.git lib:ldb:ldb_sqlite3: Fix code spelling Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/ldb_sqlite3/ldb_sqlite3.c b/lib/ldb/ldb_sqlite3/ldb_sqlite3.c index 0f5abf87547..110fe2a98d4 100644 --- a/lib/ldb/ldb_sqlite3/ldb_sqlite3.c +++ b/lib/ldb/ldb_sqlite3/ldb_sqlite3.c @@ -1199,7 +1199,7 @@ static int lsql_modify(struct lsql_context *ctx) case LDB_FLAG_MOD_ADD: if (el->num_values == 0) { - ldb_asprintf_errstring(ldb, "attribute %s on %s specified, 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; }