]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 31 May 2024 06:51:45 +0000 (08:51 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 24 Jun 2024 16:21:32 +0000 (16:21 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tdb/common/freelist.c

index 046c747cf9b3f58033ae587e473119b4fd2bca27..d66713786200dda0fc13ba366960eac9a957c662 100644 (file)
@@ -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));