summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-03 10:16:26 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-04 07:31:36 +0000
commit73d04200bc0d19ec3c0649237d2be8af0757e3bd (patch)
tree9dcf218dfd74cabba6e46e483eec28786b933186 /lib
parent4eac2614b3d98c12578b1050cee5aa16377082e1 (diff)
downloadsamba-73d04200bc0d19ec3c0649237d2be8af0757e3bd.tar.gz
lib:ldb:ldb_sqlite3: Fix code spelling
Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/ldb_sqlite3/ldb_sqlite3.c2
1 files changed, 1 insertions, 1 deletions
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;
}