summaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
authorGreg Sjaardema <gsjaardema@gmail.com>2021-05-13 17:10:12 -0600
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-05-16 13:20:15 +0200
commit5339a31cf9349a7b7e7ab8a5a507fda917f53f87 (patch)
treee9183b87b6ef878f2f9156861a200f017f150d85 /inftrees.h
parent54b1c13c37b53f2481f02576657cedfef29fce2f (diff)
Spelling fixes
Diffstat (limited to 'inftrees.h')
-rw-r--r--inftrees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inftrees.h b/inftrees.h
index 7758737..031c2a1 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -41,7 +41,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 distributions. 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.