aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZoltan Szabadka <szabadka@google.com>2015-09-21 13:26:17 +0200
committerZoltan Szabadka <szabadka@google.com>2015-09-21 13:26:17 +0200
commite9edf7ebc55e9b520d998be9ecc81613641a9918 (patch)
tree8c7e476c861078999c370da95cd2c3e0c413f764 /docs
parent1dd66ef114fd244778d9dcb5da09c28b49a0df33 (diff)
downloadbrotli-e9edf7ebc55e9b520d998be9ecc81613641a9918.zip
brotli-e9edf7ebc55e9b520d998be9ecc81613641a9918.tar.gz
brotli-e9edf7ebc55e9b520d998be9ecc81613641a9918.tar.bz2
Fix typo in the specification.
Diffstat (limited to 'docs')
-rw-r--r--docs/draft-alakuijala-brotli-04.nroff2
-rw-r--r--docs/draft-alakuijala-brotli-04.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/draft-alakuijala-brotli-04.nroff b/docs/draft-alakuijala-brotli-04.nroff
index 7a7e3f2..ab0b554 100644
--- a/docs/draft-alakuijala-brotli-04.nroff
+++ b/docs/draft-alakuijala-brotli-04.nroff
@@ -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
diff --git a/docs/draft-alakuijala-brotli-04.txt b/docs/draft-alakuijala-brotli-04.txt
index 39a784e..13d7178 100644
--- a/docs/draft-alakuijala-brotli-04.txt
+++ b/docs/draft-alakuijala-brotli-04.txt
@@ -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.