From 30fe49af4e4f11a7783f3dc2e0f05a800bdfd022 Mon Sep 17 00:00:00 2001 From: senhuang42 Date: Tue, 7 Sep 2021 10:08:35 -0400 Subject: [PATCH] Fix patch-from help msg typo --- programs/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/fileio.c b/programs/fileio.c index b786b7e4d..317ec87e0 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -962,7 +962,7 @@ static void FIO_adjustParamsForPatchFromMode(FIO_prefs_t* const prefs, DISPLAYLEVEL(1, "- Use --single-thread mode in the zstd cli\n"); DISPLAYLEVEL(1, "- Set a larger targetLength (eg. --zstd=targetLength=4096)\n"); DISPLAYLEVEL(1, "- Set a larger chainLog (eg. --zstd=chainLog=%u)\n", ZSTD_CHAINLOG_MAX); - DISPLAYLEVEL(1, "Also consdier playing around with searchLog and hashLog\n"); + DISPLAYLEVEL(1, "Also consider playing around with searchLog and hashLog\n"); } } -- 2.47.2