diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-31 14:02:21 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-08-01 18:44:02 +0300 |
commit | 0db6fbe0be1545a4f25fcd6993371155b37bbb26 (patch) | |
tree | cea60902967897163026cbc7a37055114e431e1a /src/liblzma/common/block_buffer_encoder.c | |
parent | Update .gitignore. (diff) | |
download | xz-0db6fbe0be1545a4f25fcd6993371155b37bbb26.tar.xz |
Docs: Fix typos found by codespell
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/block_buffer_encoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/block_buffer_encoder.c b/src/liblzma/common/block_buffer_encoder.c index a47342ef..fdef02de 100644 --- a/src/liblzma/common/block_buffer_encoder.c +++ b/src/liblzma/common/block_buffer_encoder.c @@ -277,7 +277,7 @@ block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, if (ret != LZMA_BUF_ERROR) return ret; - // The data was uncompressible (at least with the options + // The data was incompressible (at least with the options // given to us) or the output buffer was too small. Use the // uncompressed chunks of LZMA2 to wrap the data into a valid // Block. If we haven't been given enough output space, even |