From 99c584891bd1d946561cebded2226df9b83f1efb Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 6 Mar 2025 19:26:09 +0200 Subject: [PATCH] liblzma: Edit spelling in a comment It was found with codespell. --- src/liblzma/api/lzma/container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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