Fix spelling error in IO uring engine.
authorMartin Steigerwald <martin.steigerwald@proact.de>
Tue, 18 Mar 2025 10:41:45 +0000 (11:41 +0100)
committerMartin Steigerwald <martin.steigerwald@proact.de>
Tue, 18 Mar 2025 10:50:26 +0000 (11:50 +0100)
engines/io_uring.c

index 983e32b7f272d946aa0566928915ef9842c6d89b..08f220c89053bb99497043b3c21fee090b10650a 100644 (file)
@@ -180,7 +180,7 @@ static struct fio_option options[] = {
                .lname  = "Additional Write commands support (Write Uncorrectable, Write Zeores)",
                .type   = FIO_OPT_STR,
                .off1   = offsetof(struct ioring_options, write_mode),
-               .help   = "Issue Write Uncorrectable or Zeroes command instaed of Write command",
+               .help   = "Issue Write Uncorrectable or Zeroes command instead of Write command",
                .def    = "write",
                .posval = {
                          { .ival = "write",