Skip to content

Commit

Permalink
Merge pull request #275 from eriksjolund/fix-spelling-in-error-message
Browse files Browse the repository at this point in the history
fuse: fix spelling in error message
  • Loading branch information
alexlarsson committed Apr 10, 2024
2 parents 4a68a42 + 7266546 commit 4776580
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 4776580

Please sign in to comment.