From 0423025541cb93a49c331c900dc708d7fd6b430a Mon Sep 17 00:00:00 2001 From: Martin Steigerwald Date: Tue, 18 Mar 2025 11:41:45 +0100 Subject: [PATCH] Fix spelling error in IO uring engine. --- engines/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1