]> wimlib.net Git - wimlib/blobdiff - src/lzx_compress.c
Fix some typos
[wimlib] / src / lzx_compress.c
index ac87a807bd9a3b726e891c99b1a0150ec2cba868..110db5dd3fc7eaf87a2e2d1991bc1d174bebd7b1 100644 (file)
@@ -1227,7 +1227,7 @@ lzx_flush_block(struct lzx_compressor *c, struct lzx_output_bitstream *os,
  * but rather we combine many symbols into a single "observation type".  For
  * literals we only look at the high bits and low bits, and for matches we only
  * look at whether the match is long or not.  The assumption is that for typical
- * "real" data, places that are good block boundaries will tend to be noticable
+ * "real" data, places that are good block boundaries will tend to be noticeable
  * based only on changes in these aggregate frequencies, without looking for
  * subtle differences in individual symbols.  For example, a change from ASCII
  * bytes to non-ASCII bytes, or from few matches (generally less compressible)