X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdecompress_common.c;h=76fb1278ab0efed9cdd2ca8cffe2bd5ecd10d8b3;hp=a490882d8542cd230877f6405ff34988ba98b322;hb=21da2526eff64cdb8e3cb509d34af182d764c701;hpb=cd5ef2e0fb915091907ea341758d1cf36adfef3d diff --git a/src/decompress_common.c b/src/decompress_common.c index a490882d..76fb1278 100644 --- a/src/decompress_common.c +++ b/src/decompress_common.c @@ -377,7 +377,7 @@ make_huffman_decode_table(u16 decode_table[const], * of as simply the root of the tree. The * representation of these internal nodes is * simply the index of the left child combined - * with the special bits 0xC000 to distingush + * with the special bits 0xC000 to distinguish * the entry from direct mapping and leaf node * entries. */ do {