aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-11-04 12:12:41 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2022-12-01 18:46:52 +0100
commit9016e9a453f46ab1e5b82ed7a297ecb0c8be763c (patch)
tree3171dfa511277c67de05c0905edaea54172c8bdd
parenta3b7a75370b218341bce534fa394edca6ac4a1c1 (diff)
Fix typo in block count statistics
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--lib/common/writer/finish.c2
1 files changed, 1 insertions, 1 deletions
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",