]> git.ipfire.org Git - thirdparty/zstd.git/commit
Typo and grammar fixes
authorDominique Pelle <dominique.pelle@gmail.com>
Sat, 12 Mar 2022 07:52:40 +0000 (08:52 +0100)
committerDominique Pelle <dominique.pelle@gmail.com>
Sat, 12 Mar 2022 07:58:04 +0000 (08:58 +0100)
commitb772f53952fa167e3c8d5630b26397e8d4fb4c5b
tree225c6d7a485026ac2bf35133c7f837329c2fd3bf
parent05fc7c78c8c8e6bbd8dd04c39160a5e657bf581b
Typo and grammar fixes
52 files changed:
.github/ISSUE_TEMPLATE/bug_report.md
CONTRIBUTING.md
build/cmake/README.md
build/single_file_libs/build_decoder_test.sh
build/single_file_libs/build_library_test.sh
build/single_file_libs/combine.py
build/single_file_libs/zstd-in.c
build/single_file_libs/zstddeclib-in.c
contrib/match_finders/README.md
contrib/match_finders/zstd_edist.c
contrib/match_finders/zstd_edist.h
contrib/pzstd/utils/ScopeGuard.h
doc/zstd_compression_format.md
doc/zstd_manual.html
lib/README.md
lib/common/bitstream.h
lib/common/fse.h
lib/common/fse_decompress.c
lib/common/xxhash.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_sequences.c
lib/compress/zstd_compress_superblock.c
lib/compress/zstd_lazy.c
lib/compress/zstd_ldm.c
lib/compress/zstdmt_compress.c
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/dictBuilder/cover.c
lib/dictBuilder/fastcover.c
lib/dll/example/README.md
lib/legacy/zstd_v02.c
lib/legacy/zstd_v03.c
lib/legacy/zstd_v04.c
lib/legacy/zstd_v05.c
lib/legacy/zstd_v06.c
lib/legacy/zstd_v07.c
lib/zdict.h
lib/zstd.h
programs/benchfn.h
programs/fileio.c
programs/util.c
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c
tests/README.md
tests/automated_benchmarking.py
tests/fuzz/fuzz.py
tests/fuzz/sequence_compression_api.c
tests/fuzz/simple_compress.c
tests/fuzzer.c
tests/paramgrill.c
zlibWrapper/README.md