X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flzms_compress.c;h=e811a87658bda5eea3db465bf5c446f068a6229e;hp=ef67edb213f79fa2c1bf2b1057568a28e93d7fa5;hb=21da2526eff64cdb8e3cb509d34af182d764c701;hpb=cd5ef2e0fb915091907ea341758d1cf36adfef3d 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);