From: Martin Steigerwald Date: Tue, 24 May 2016 09:06:04 +0000 (+0200) Subject: Spelling fix. Reported by DebianĀ“s lintian. X-Git-Tag: fio-2.11~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ba2b3b07acca41913622c49fed417ee36fb30dda;p=fio.git Spelling fix. Reported by DebianĀ“s lintian. --- diff --git a/options.c b/options.c index 7f0f2c08..3360784a 100644 --- a/options.c +++ b/options.c @@ -2023,7 +2023,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { }, { .ival = "normal", .oval = FIO_RAND_DIST_GAUSS, - .help = "Normal (gaussian) distribution", + .help = "Normal (Gaussian) distribution", }, { .ival = "zoned", .oval = FIO_RAND_DIST_ZONED,