From: Jens Axboe Date: Thu, 22 Feb 2007 18:37:53 +0000 (+0100) Subject: Correct spelling error X-Git-Tag: fio-1.12~23 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9d80e114104d43103d6acc920bce69296b647a53;ds=sidebyside Correct spelling error Signed-off-by: Jens Axboe --- diff --git a/filesetup.c b/filesetup.c index 4cd62d68..11138b7a 100644 --- a/filesetup.c +++ b/filesetup.c @@ -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) - log_err("fio: destinations does not support O_DIRECT\n"); + log_err("fio: destination does not support O_DIRECT\n"); return 1; }