From 9016e9a453f46ab1e5b82ed7a297ecb0c8be763c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 4 Nov 2022 12:12:41 +0100 Subject: Fix typo in block count statistics Signed-off-by: David Oberhollenzer --- lib/common/writer/finish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/writer/finish.c b/lib/common/writer/finish.c index e005628..c539579 100644 --- a/lib/common/writer/finish.c +++ b/lib/common/writer/finish.c @@ -39,7 +39,7 @@ static void print_statistics(const sqfs_super_t *super, fputc('\n', stdout); printf("Data blocks written: " PRI_U64 "\n", blocks_written); - printf("Out of which where fragment blocks: " PRI_U64 "\n", + printf("Out of which were fragment blocks: " PRI_U64 "\n", proc_stats->frag_block_count); printf("Duplicate blocks omitted: " PRI_U64 "\n", -- cgit v1.2.3