1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

Fix typos

This commit is contained in:
Dimitris Apostolou
2022-02-09 08:58:23 +02:00
parent d109cef201
commit cf1894b324
4 changed files with 7 additions and 7 deletions

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*