From 874dc16d92b1163346d8286e101277dc233f1b09 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 16 Sep 2017 10:40:35 +0200 Subject: [PATCH] Fixed a message typo found by lintian --- libisofs/hfsplus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/hfsplus.c b/libisofs/hfsplus.c index cbcdd48..ca154f7 100644 --- a/libisofs/hfsplus.c +++ b/libisofs/hfsplus.c @@ -91,7 +91,7 @@ int filesrc_block_and_size(Ecma119Image *t, IsoFileSrc *src, *total_size += src->sections[i].size; if (pos != src->sections[i].block) { iso_msg_submit(t->image->id, ISO_SECT_SCATTERED, 0, - "File sections do not form consequtive array of blocks"); + "File sections do not form consecutive array of blocks"); return ISO_SECT_SCATTERED; } /* If .size is not aligned to blocks then there is a byte gap.