Fix typo in the specification.

This commit is contained in:
Zoltan Szabadka 2015-09-21 13:26:17 +02:00
parent 1dd66ef114
commit e9edf7ebc5
2 changed files with 2 additions and 2 deletions

View File

@ -1589,7 +1589,7 @@ plus the number of bytes copied from past data or generated from the
static dictionary) over all the commands gives the uncompressed length,
MLEN encoded in the meta-block header.
If the total number of uncompressed bytes produced atfer the insert part
If the total number of uncompressed bytes produced after the insert part
of the last command equals MLEN, then the copy length of the last command
is ignored and will not produce any uncompressed output. In this case the
copy length of the last command can have any value. In any other case, if

View File

@ -1750,7 +1750,7 @@ Internet-Draft Brotli May 2015
static dictionary) over all the commands gives the uncompressed
length, MLEN encoded in the meta-block header.
If the total number of uncompressed bytes produced atfer the insert
If the total number of uncompressed bytes produced after the insert
part of the last command equals MLEN, then the copy length of the
last command is ignored and will not produce any uncompressed output.
In this case the copy length of the last command can have any value.