Spelling errors

This commit is contained in:
Imbus 2026-02-21 06:17:07 +01:00
parent febcedc2f3
commit 4b853f9c16
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ Args:
-v Verify only
-d device Target block device
-h, --help Print this help message
-n, --noconfirm Do not ask for premission
-n, --noconfirm Do not ask for permission
-V, --version Print version
```
@ -68,7 +68,7 @@ MiB is also a multiple of the most common sector sizes. We could write it all
with no flushing, but that would mean the progress indicator will measure
buffered writes, which is useless.
It should be possible to induce optimal block size, but this ide has not been
It should be possible to induce optimal block size, but this idea has not been
explored yet.
Currently when verifying the written data, we read from both the input file and

View file

@ -72,7 +72,7 @@ const char help[] =
" -v Verify only\n"
" -d device Target block device\n"
" -h, --help Print this help message\n"
" -n, --noconfirm Do not ask for premission\n"
" -n, --noconfirm Do not ask for permission\n"
" -V, --version Print version\n"
"\0";
// clang-format on