X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fxpress-decompress.c;h=f08cccbb4b405372b4a4bbb15018973ed7337875;hb=ae4ffc322ff75e6ea6fbfdfc7d2a303c54576cd1;hp=b71f6be23e1c6f8a502564fda9b29e966d33a5fa;hpb=4757f17833c96b8c83a7e17cbc6f374c449d60db;p=wimlib diff --git a/src/xpress-decompress.c b/src/xpress-decompress.c index b71f6be2..f08cccbb 100644 --- a/src/xpress-decompress.c +++ b/src/xpress-decompress.c @@ -55,10 +55,10 @@ * * Also, a caveat--- according to Microsoft's documentation for XPRESS, * - * "Some implementation of the decompression algorithm expect an extra - * symbol to mark the end of the data. Specifically, some implementations - * fail during decompression if the Huffman symbol 256 is not found after - * the actual data." + * "Some implementation of the decompression algorithm expect an extra + * symbol to mark the end of the data. Specifically, some implementations + * fail during decompression if the Huffman symbol 256 is not found after + * the actual data." * * This is the case for the implementation in WIMGAPI. However, wimlib's * decompressor in this file currently does not care if this extra symbol is