]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix patch-from help msg typo 2769/head
authorsenhuang42 <senhuang96@fb.com>
Tue, 7 Sep 2021 14:08:35 +0000 (10:08 -0400)
committersenhuang42 <senhuang96@fb.com>
Tue, 7 Sep 2021 14:08:35 +0000 (10:08 -0400)
programs/fileio.c

index b786b7e4d9f0d7c1c00bac38542bc802dee23507..317ec87e05e9d13ffbbb7de9d31a40311c40c934 100644 (file)
@@ -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");
     }
 }