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-07-13 17:53:33 +0300 |
commit | 0d318402f8a022f707622c72f8f1894ea476cf89 (patch) | |
tree | b504495dd51744f5ddf3b5eccbb06e63537cf4ae /src/liblzma/api/lzma/block.h | |
parent | README: Update translation instructions. (diff) | |
download | xz-0d318402f8a022f707622c72f8f1894ea476cf89.tar.xz |
spelling
Diffstat (limited to 'src/liblzma/api/lzma/block.h')
-rw-r--r-- | src/liblzma/api/lzma/block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/block.h b/src/liblzma/api/lzma/block.h index 7bdcfd7c..962f3877 100644 --- a/src/liblzma/api/lzma/block.h +++ b/src/liblzma/api/lzma/block.h @@ -448,7 +448,7 @@ extern LZMA_API(lzma_vli) lzma_block_total_size(const lzma_block *block) * - LZMA_MEM_ERROR * - LZMA_OPTIONS_ERROR * - LZMA_UNSUPPORTED_CHECK: block->check specifies a Check ID - * that is not supported by this buid of liblzma. Initializing + * that is not supported by this build of liblzma. Initializing * the encoder failed. * - LZMA_PROG_ERROR */ |