mirror of https://github.com/google/brotli
Fix typo in the specification.
This commit is contained in:
parent
1dd66ef114
commit
e9edf7ebc5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue