aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEnde <ende.mail@web.de>2015-11-07 17:55:22 -0500
committerEnde <ende.mail@web.de>2015-11-07 17:55:22 -0500
commit1b8b80107814170e4c47f85b1355d799fb0cc172 (patch)
tree86e4cfb8704639f6d6d10855dabc6e0fe8e5f19b /docs
parent9bb41938d330a4a3f724947306eb4ac2706df688 (diff)
downloadbrotli-1b8b80107814170e4c47f85b1355d799fb0cc172.zip
brotli-1b8b80107814170e4c47f85b1355d799fb0cc172.tar.gz
brotli-1b8b80107814170e4c47f85b1355d799fb0cc172.tar.bz2
Fixed two references to wrong NBLTYPESx
Diffstat (limited to 'docs')
-rw-r--r--docs/draft-alakuijala-brotli-07.nroff4
-rw-r--r--docs/draft-alakuijala-brotli-07.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/draft-alakuijala-brotli-07.nroff b/docs/draft-alakuijala-brotli-07.nroff
index 9cf6ee0..b4292bb 100644
--- a/docs/draft-alakuijala-brotli-07.nroff
+++ b/docs/draft-alakuijala-brotli-07.nroff
@@ -1646,11 +1646,11 @@ commands. Each command has the following format:
Insert length number of literals, with the following format:
Block type code for next literal block type, appears
- only if NBLTYPESI >= 2 and the previous literal
+ only if NBLTYPESL >= 2 and the previous literal
block count is zero
Block count code + extra bits for next literal
- block count, appears only if NBLTYPESI >= 2 and the
+ block count, appears only if NBLTYPESL >= 2 and the
previous literal block count is zero
Next byte of the uncompressed data, encoded with the
diff --git a/docs/draft-alakuijala-brotli-07.txt b/docs/draft-alakuijala-brotli-07.txt
index c1cb929..cf4c09c 100644
--- a/docs/draft-alakuijala-brotli-07.txt
+++ b/docs/draft-alakuijala-brotli-07.txt
@@ -1746,11 +1746,11 @@ Internet-Draft Brotli October 2015
Insert length number of literals, with the following format:
Block type code for next literal block type, appears
- only if NBLTYPESI >= 2 and the previous literal
+ only if NBLTYPESL >= 2 and the previous literal
block count is zero
Block count code + extra bits for next literal
- block count, appears only if NBLTYPESI >= 2 and the
+ block count, appears only if NBLTYPESL >= 2 and the
previous literal block count is zero
Next byte of the uncompressed data, encoded with the