From: Zach Brown Date: Wed, 19 Sep 2007 06:42:17 +0000 (+0200) Subject: Trivial spelling correction X-Git-Tag: fio-1.17.2~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9de6bebc4cb18e0652a698c86f359fc730f322ad;p=fio.git Trivial spelling correction Signed-off-by: Zach Brown Signed-off-by: Jens Axboe --- diff --git a/ioengines.c b/ioengines.c index cf8c2f14..d34d2f43 100644 --- a/ioengines.c +++ b/ioengines.c @@ -245,7 +245,7 @@ int td_io_init(struct thread_data *td) if (td->io_ops->init) { ret = td->io_ops->init(td); if (ret && td->o.iodepth > 1) - log_err("fio: io engine init failed. Perhaps try reducing io dpeth?\n"); + log_err("fio: io engine init failed. Perhaps try reducing io depth?\n"); } return ret;