From: senhuang42 Date: Tue, 7 Sep 2021 14:08:35 +0000 (-0400) Subject: Fix patch-from help msg typo X-Git-Tag: v1.5.1~1^2~117^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2769%2Fhead;p=thirdparty%2Fzstd.git Fix patch-from help msg typo --- 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"); } }