From 86d59660ca54dd2e3e2457f3683198afc2b2701c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 28 Sep 2014 16:25:49 -0600 Subject: [PATCH] Fix typo in bs_is_seq_ran option help Signed-off-by: Jens Axboe --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 3a7c41a9..918de8e8 100644 --- a/options.c +++ b/options.c @@ -1811,7 +1811,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .lname = "Block size division is seq/random (not read/write)", .type = FIO_OPT_BOOL, .off1 = td_var_offset(bs_is_seq_rand), - .help = "Consider any blocksize setting to be sequential,ramdom", + .help = "Consider any blocksize setting to be sequential,random", .def = "0", .parent = "blocksize", .category = FIO_OPT_C_IO, -- 2.25.1