]> wimlib.net Git - wimlib/blobdiff - src/lzms_compress.c
Fix various typos
[wimlib] / src / lzms_compress.c
index ef67edb213f79fa2c1bf2b1057568a28e93d7fa5..e811a87658bda5eea3db465bf5c446f068a6229e 100644 (file)
@@ -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);