From bd66aa2cb04e843ee8b7ba7faa6162ae1abb3d18 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 3 Dec 2014 10:10:59 -0700 Subject: [PATCH] Fix a few spelling errors Signed-off-by: Jens Axboe --- examples/rbd.fio | 4 ++-- fio.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rbd.fio b/examples/rbd.fio index fcb494a8..9d73ca14 100644 --- a/examples/rbd.fio +++ b/examples/rbd.fio @@ -1,9 +1,9 @@ ###################################################################### # Example test for the RBD engine. # -# Runs a 4k random write test agains a RBD via librbd +# Runs a 4k random write test against a RBD via librbd # -# NOTE: Make sure you have either a RBD named 'fio_test' or change +# NOTE: Make sure you have either a RBD named 'fio_test' or change # the rbdname parameter. ###################################################################### [global] diff --git a/fio.1 b/fio.1 index fa2ac70c..77faa45b 100644 --- a/fio.1 +++ b/fio.1 @@ -946,7 +946,7 @@ comma delimited list of numbers, A-B ranges, or 'all'. .BI startdelay \fR=\fPirange Delay start of job for the specified number of seconds. Supports all time suffixes to allow specification of hours, minutes, seconds and -milliseconds - seconds are the default if a unit is ommited. +milliseconds - seconds are the default if a unit is omitted. Can be given as a range which causes each thread to choose randomly out of the range. .TP -- 2.25.1