Skip to content

Commit

Permalink
fuse: fix spelling in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
  • Loading branch information
eriksjolund committed Apr 9, 2024
1 parent af69922 commit 7266546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cfs-fuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ int main(int argc, char *argv[])
erofs_data_size = s.st_size;

if (erofs_data_size < EROFS_BLKSIZ) {
errx(EXIT_FAILURE, "To small image\n");
errx(EXIT_FAILURE, "Too small image\n");
}

/* Memory-map the file. */
Expand Down

0 comments on commit 7266546

Please sign in to comment.