diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-05-06 13:41:05 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-05-06 13:41:05 +0300 |
commit | dc192b6343ae36276c85fcf7ef6006147816eadc (patch) | |
tree | aae9d09b384bc979f08f808198fec0d6bd6a215e /src/liblzma/api | |
parent | Don't print an error message on broken pipe unless --verbose (diff) | |
download | xz-dc192b6343ae36276c85fcf7ef6006147816eadc.tar.xz |
Typo fix
Diffstat (limited to 'src/liblzma/api')
-rw-r--r-- | src/liblzma/api/lzma/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/init.h b/src/liblzma/api/lzma/init.h index f7b79246..a2130ef5 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 |