From: Martin Steigerwald Date: Tue, 18 Mar 2025 10:41:45 +0000 (+0100) Subject: Fix spelling error in IO uring engine. X-Git-Tag: fio-3.40~40^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0423025541cb93a49c331c900dc708d7fd6b430a;p=fio.git Fix spelling error in IO uring engine. --- diff --git a/engines/io_uring.c b/engines/io_uring.c index 983e32b7..08f220c8 100644 --- a/engines/io_uring.c +++ b/engines/io_uring.c @@ -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",