From dc192b6343ae36276c85fcf7ef6006147816eadc Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 6 May 2008 13:41:05 +0300 Subject: [PATCH] Typo fix --- src/liblzma/api/lzma/init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liblzma/api/lzma/init.h b/src/liblzma/api/lzma/init.h index f7b7924..a2130ef 100644 --- a/src/liblzma/api/lzma/init.h +++ b/src/liblzma/api/lzma/init.h @@ -38,7 +38,7 @@ * still shouldn't be done when there are multiple threads running. * * lzma_init() initializes all internal static variables by calling - * lzma_lzma_init_encoder() and lzma_init_decoder(). + * lzma_init_encoder() and lzma_init_decoder(). * * If you need only encoder, decoder, or neither-encoder-nor-decoder * functions, you may use other initialization functions, which initialize -- 2.39.2