aboutsummaryrefslogtreecommitdiff
path: root/src/zopfli/katajainen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zopfli/katajainen.h')
-rw-r--r--src/zopfli/katajainen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zopfli/katajainen.h b/src/zopfli/katajainen.h
index ee8a91e..5927350 100644
--- a/src/zopfli/katajainen.h
+++ b/src/zopfli/katajainen.h
@@ -30,7 +30,7 @@ The output is tailored for DEFLATE: symbols that never occur, get a bit length
of 0, and if only a single symbol occurs at least once, its bitlength will be 1,
and not 0 as would theoretically be needed for a single symbol.
-frequencies: The amount of occurances of each symbol.
+frequencies: The amount of occurrences of each symbol.
n: The amount of symbols.
maxbits: Maximum bit length, inclusive.
bitlengths: Output, the bitlengths for the symbol prefix codes.