]> wimlib.net Git - wimlib/blobdiff - src/xpress_compress.c
Fix various typos
[wimlib] / src / xpress_compress.c
index a04bc52d207adf35db24bcb3725cefdcef8d897a..7ebff8766339862de7f31aaabc8f99589fe3c7f8 100644 (file)
@@ -212,7 +212,7 @@ struct xpress_output_bitstream {
        /* Pointer to the start of the output buffer.  */
        u8 *start;
 
        /* 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;
 
         * next 16 bits.  */
        u8 *next_bits;