We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a4910 commit 0423025Copy full SHA for 0423025
engines/io_uring.c
@@ -180,7 +180,7 @@ static struct fio_option options[] = {
180
.lname = "Additional Write commands support (Write Uncorrectable, Write Zeores)",
181
.type = FIO_OPT_STR,
182
.off1 = offsetof(struct ioring_options, write_mode),
183
- .help = "Issue Write Uncorrectable or Zeroes command instaed of Write command",
+ .help = "Issue Write Uncorrectable or Zeroes command instead of Write command",
184
.def = "write",
185
.posval = {
186
{ .ival = "write",
0 commit comments