Fix typos

This commit is contained in:
Dimitris Apostolou
2022-03-05 23:47:25 +02:00
parent d109cef201
commit cf1894b324
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -225,7 +225,7 @@ ZSTD_CLEVEL=50000000000 zstd -f tmp # numeric value too large, warn and revert t
println "test : override ZSTD_CLEVEL with command line option"
ZSTD_CLEVEL=12 zstd --fast=3 -f tmp # overridden by command line option
# temporary envvar chnages in the above tests would actually persist in macos /bin/sh
# temporary envvar changes in the above tests would actually persist in macos /bin/sh
unset ZSTD_CLEVEL
@@ -1448,7 +1448,7 @@ then
ZSTD_NBTHREADS=50000000000 zstd -f mt_tmp # numeric value too large, warn and revert to default setting=
ZSTD_NBTHREADS=2 zstd -f mt_tmp # correct usage
ZSTD_NBTHREADS=1 zstd -f mt_tmp # correct usage: single thread
# temporary envvar chnages in the above tests would actually persist in macos /bin/sh
# temporary envvar changes in the above tests would actually persist in macos /bin/sh
unset ZSTD_NBTHREADS
rm -f mt_tmp*