From: Lasse Collin Date: Thu, 6 Mar 2025 17:26:09 +0000 (+0200) Subject: liblzma: Edit spelling in a comment X-Git-Tag: v5.7.2beta~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c584891bd1d946561cebded2226df9b83f1efb;p=thirdparty%2Fxz.git liblzma: Edit spelling in a comment It was found with codespell. --- diff --git a/src/liblzma/api/lzma/container.h b/src/liblzma/api/lzma/container.h index ee5d77e4..dbd414cb 100644 --- a/src/liblzma/api/lzma/container.h +++ b/src/liblzma/api/lzma/container.h @@ -573,7 +573,7 @@ extern LZMA_API(lzma_ret) lzma_stream_buffer_encode( * The action argument must be LZMA_FINISH and the return value will never be * LZMA_OK. Thus the encoding is always done with a single lzma_code() after * the initialization. The benefit of the combination of initialization - * function and lzma_code() is that memory allocations can be re-used for + * function and lzma_code() is that memory allocations can be reused for * better performance. * * lzma_code() will try to encode as much input as is possible to fit into