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/common/lzip_decoder.c | |
parent | Update .gitignore. (diff) | |
download | xz-42df7c7aa1cca385e509eb33c65136e61890f0bf.tar.xz |
Docs: Fix typos found by codespell
Diffstat (limited to 'src/liblzma/common/lzip_decoder.c')
-rw-r--r-- | src/liblzma/common/lzip_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/lzip_decoder.c b/src/liblzma/common/lzip_decoder.c index 58c08674..88cc7ffd 100644 --- a/src/liblzma/common/lzip_decoder.c +++ b/src/liblzma/common/lzip_decoder.c @@ -186,7 +186,7 @@ lzip_decode(void *coder_ptr, const lzma_allocator *allocator, // The five lowest bits are for the base-2 logarithm of // the dictionary size and the highest three bits are // the fractional part (0/16 to 7/16) that will be - // substracted to get the final value. + // subtracted to get the final value. // // For example, with 0xB5: // b2log = 21 |