diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-31 14:02:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 20:02:21 +0800 |
commit | 42df7c7aa1cca385e509eb33c65136e61890f0bf (patch) | |
tree | c537bd6d60be9ac2d71ca3d7f887cde8d8e92ed1 /src/liblzma/lz | |
parent | Update .gitignore. (diff) | |
download | xz-42df7c7aa1cca385e509eb33c65136e61890f0bf.tar.xz |
Docs: Fix typos found by codespell
Diffstat (limited to 'src/liblzma/lz')
-rw-r--r-- | src/liblzma/lz/lz_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/lz/lz_encoder.h b/src/liblzma/lz/lz_encoder.h index 2027b39f..b71f1180 100644 --- a/src/liblzma/lz/lz_encoder.h +++ b/src/liblzma/lz/lz_encoder.h @@ -192,7 +192,7 @@ typedef struct { // // Algorithms such as LZMA2 first try to compress a chunk, and then check // if the encoded result is smaller than the uncompressed one. If the chunk -// was uncompressible, it is better to store it in uncompressed form in +// was incompressible, it is better to store it in uncompressed form in // the output stream. To do this, the whole uncompressed chunk has to be // still available in the history buffer. before_size achieves that. |