X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fintegrity.c;h=0054c40219a381f954a36bd08c31becb3d924394;hb=b133e26b2ee707d188e2320d5e1983fcabe48751;hp=0a7ea0fb7f704f30bec751fdd2afe6187abcc33e;hpb=8214debe2f127bc6d56407c1fb4bee194af83478;p=wimlib 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