X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fxpress_compress.c;h=7ebff8766339862de7f31aaabc8f99589fe3c7f8;hp=a04bc52d207adf35db24bcb3725cefdcef8d897a;hb=21da2526eff64cdb8e3cb509d34af182d764c701;hpb=cd5ef2e0fb915091907ea341758d1cf36adfef3d diff --git a/src/xpress_compress.c b/src/xpress_compress.c index a04bc52d..7ebff876 100644 --- a/src/xpress_compress.c +++ b/src/xpress_compress.c @@ -212,7 +212,7 @@ struct xpress_output_bitstream { /* Pointer to the start of the output buffer. */ u8 *start; - /* Pointer to the location in the ouput buffer at which to write the + /* Pointer to the location in the output buffer at which to write the * next 16 bits. */ u8 *next_bits;