Fix two minor typos
authorAndreas Gruenbacher <andreas.gruenbacher@gmail.com>
Mon, 23 Jun 2014 21:17:08 +0000 (23:17 +0200)
committerAndreas Gruenbacher <andreas.gruenbacher@gmail.com>
Mon, 23 Jun 2014 21:17:08 +0000 (23:17 +0200)
HOWTO

diff --git a/HOWTO b/HOWTO
index cad175c6fb59fed73407afe48ffc9cf43e6759f6..d9f3095ee1c7a82a8753cf1f14b0280a24378d77 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -81,7 +81,7 @@ $ fio job_file
 and it will start doing what the job_file tells it to do. You can give
 more than one job file on the command line, fio will serialize the running
 of those files. Internally that is the same as using the 'stonewall'
-parameter described the the parameter section.
+parameter described in the parameter section.
 
 If the job file contains only one job, you may as well just give the
 parameters on the command line. The command line parameters are identical
@@ -424,10 +424,10 @@ size=int  The total size of file io for this job. Fio will run until
                Unless specific nrfiles and filesize options are given,
                fio will divide this size between the available files
                specified by the job. If not set, fio will use the full
-               size of the given files or devices. If the the files
-               do not exist, size must be given. It is also possible to
-               give size as a percentage between 1 and 100. If size=20%
-               is given, fio will use 20% of the full size of the given
+               size of the given files or devices. If the files do not
+               exist, size must be given. It is also possible to give
+               size as a percentage between 1 and 100. If size=20% is
+               given, fio will use 20% of the full size of the given
                files or devices.
 
 io_limit=int   Normally fio operates within the region set by 'size', which