Fix a few spelling errors
authorJens Axboe <axboe@fb.com>
Wed, 3 Dec 2014 17:10:59 +0000 (10:10 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 3 Dec 2014 17:10:59 +0000 (10:10 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
examples/rbd.fio
fio.1

index fcb494a8ece97c42b919bb0cd8a57ba4e85da981..9d73ca14ed934af36ce642650df2f03bc6851eba 100644 (file)
@@ -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 fa2ac70c2e5d403853d35ac3aee3a4c2c8e11dc2..77faa45ba125eac84ffcef72c1de766fd3b8fdac 100644 (file)
--- 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