VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/zlib/inftrees.h
diff options
context:
space:
mode:
authorWendigo <84196391+wendig0x@users.noreply.github.com>2023-05-19 23:15:01 +0300
committerGitHub <noreply@github.com>2023-05-19 22:15:01 +0200
commit8fc866df4070e23ec0cc88a84c8ecfd456dfb30d (patch)
tree6673d7677b0a25d0d656d92febaeca6194e0b1ed /src/Common/zlib/inftrees.h
parent21918e33b66f371952ebed20f3b13317e8a94831 (diff)
downloadVeraCrypt-8fc866df4070e23ec0cc88a84c8ecfd456dfb30d.tar.gz
VeraCrypt-8fc866df4070e23ec0cc88a84c8ecfd456dfb30d.zip
update zlib to latest version 1.2.13 (#986)
Diffstat (limited to 'src/Common/zlib/inftrees.h')
-rw-r--r--src/Common/zlib/inftrees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/zlib/inftrees.h b/src/Common/zlib/inftrees.h
index baa53a0b..f5366531 100644
--- a/src/Common/zlib/inftrees.h
+++ b/src/Common/zlib/inftrees.h
@@ -38,7 +38,7 @@ typedef struct {
/* Maximum size of the dynamic table. The maximum number of code structures is
1444, which is the sum of 852 for literal/length codes and 592 for distance
codes. These values were found by exhaustive searches using the program
- examples/enough.c found in the zlib distribtution. The arguments to that
+ examples/enough.c found in the zlib distribution. The arguments to that
program are the number of symbols, the initial root table size, and the
maximum bit length of a code. "enough 286 9 15" for literal/length codes
returns returns 852, and "enough 30 6 15" for distance codes returns 592.