From 9d80e114104d43103d6acc920bce69296b647a53 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 22 Feb 2007 19:37:53 +0100 Subject: [PATCH] Correct spelling error Signed-off-by: Jens Axboe --- filesetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1