diff options
author | Antoine Cœur <antoine.coeur@ef.com> | 2019-05-08 13:30:57 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-05-11 20:52:37 +0300 |
commit | 2fb0ddaa557ce86e38fe06439930fa8665f092fd (patch) | |
tree | c868caf1d3886ebdbd7ce730a1217364daf6eb84 /src/xz/coder.c | |
parent | xz: In xz -lvv look at the widths of the check names too. (diff) | |
download | xz-2fb0ddaa557ce86e38fe06439930fa8665f092fd.tar.xz |
spelling
Diffstat (limited to 'src/xz/coder.c')
-rw-r--r-- | src/xz/coder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/coder.c b/src/xz/coder.c index f36d1bf2..f5e8e847 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -635,7 +635,7 @@ coder_normal(file_pair *pair) // only a single block is created. uint64_t block_remaining = UINT64_MAX; - // next_block_remining for when we are in single-threaded mode and + // next_block_remaining for when we are in single-threaded mode and // the Block in --block-list is larger than the --block-size=SIZE. uint64_t next_block_remaining = 0; @@ -718,7 +718,7 @@ coder_normal(file_pair *pair) || action == LZMA_FULL_BARRIER)) { if (action == LZMA_SYNC_FLUSH) { // Flushing completed. Write the pending data - // out immediatelly so that the reading side + // out immediately so that the reading side // can decompress everything compressed so far. if (io_write(pair, &out_buf, IO_BUFFER_SIZE - strm.avail_out)) |