We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2a4910 + 0423025 commit 58818dfCopy full SHA for 58818df
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