From: Jens Axboe Date: Sun, 28 Sep 2014 22:25:49 +0000 (-0600) Subject: Fix typo in bs_is_seq_ran option help X-Git-Tag: fio-2.1.13~14 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=86d59660ca54dd2e3e2457f3683198afc2b2701c;hp=be3fec7d9305c62a7cd2354b535e9a6b89a58a94 Fix typo in bs_is_seq_ran option help Signed-off-by: Jens Axboe --- 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,