Correct spelling error
authorJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 18:37:53 +0000 (19:37 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 18:37:53 +0000 (19:37 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
filesetup.c

index 4cd62d68a3fae3bd16cecd857b3e0468abbac3be..11138b7a5cddc662f0b872819ecc812d40361196 100644 (file)
@@ -387,7 +387,7 @@ static int setup_file(struct thread_data *td, struct fio_file *f)
 
                td_verror(td, __e, "open");
                if (__e == EINVAL && td->odirect)
 
                td_verror(td, __e, "open");
                if (__e == EINVAL && td->odirect)
-                       log_err("fio: destinations does not support O_DIRECT\n");
+                       log_err("fio: destination does not support O_DIRECT\n");
                return 1;
        }
 
                return 1;
        }