From: Volker Lendecke Date: Fri, 31 May 2024 06:51:45 +0000 (+0200) Subject: tdb: Fix a typo X-Git-Tag: tdb-1.4.11~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f64e455f6f5b8dafac184761686af8697a3bd21;p=thirdparty%2Fsamba.git tdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/tdb/common/freelist.c b/lib/tdb/common/freelist.c index 046c747cf9b..d6671378620 100644 --- a/lib/tdb/common/freelist.c +++ b/lib/tdb/common/freelist.c @@ -34,7 +34,7 @@ int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct tdb_record return -1; if (rec->magic == TDB_MAGIC) { - /* this happens when a app is showdown while deleting a record - we should + /* this happens when a app is shutdown while deleting a record - we should not completely fail when this happens */ TDB_LOG((tdb, TDB_DEBUG_WARNING, "tdb_rec_free_read non-free magic 0x%x at offset=%u - fixing\n", rec->magic, off));