X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fintegrity.c;h=0054c40219a381f954a36bd08c31becb3d924394;hp=0a7ea0fb7f704f30bec751fdd2afe6187abcc33e;hb=21da2526eff64cdb8e3cb509d34af182d764c701;hpb=cd5ef2e0fb915091907ea341758d1cf36adfef3d;ds=inline diff --git a/src/integrity.c b/src/integrity.c index 0a7ea0fb..0054c402 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -42,7 +42,7 @@ * information. */ #define INTEGRITY_CHUNK_SIZE 10485760 -/* Only use a different chunk size for compatiblity with an existing integrity +/* Only use a different chunk size for compatibility with an existing integrity * table if the chunk size is between these two numbers. */ #define INTEGRITY_MIN_CHUNK_SIZE 4096 #define INTEGRITY_MAX_CHUNK_SIZE 134217728