X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flzms_compress.c;h=e811a87658bda5eea3db465bf5c446f068a6229e;hb=98f6fbfbbcdf23ed26c7a2f6bc5e09c0e03ebae0;hp=ef67edb213f79fa2c1bf2b1057568a28e93d7fa5;hpb=de58d5f57732df8129fbfd71d46ae5968ac59646;p=wimlib diff --git a/src/lzms_compress.c b/src/lzms_compress.c index ef67edb2..e811a876 100644 --- a/src/lzms_compress.c +++ b/src/lzms_compress.c @@ -249,7 +249,7 @@ struct lzms_optimum_node { * * Note: this adaptive state structure also does not include the * probability entries or current Huffman codewords. Those aren't - * maintained per-position and are only updated occassionally. + * maintained per-position and are only updated occasionally. */ struct lzms_adaptive_state state; } _aligned_attribute(64);