mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
Fix typos
This commit is contained in:
@ -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*
|
||||
|
||||
|
Reference in New Issue
Block a user