From 0e3329d51364942c0e7fe72f8733dcd659977d86 Mon Sep 17 00:00:00 2001 From: Thomas Pickert Date: Tue, 10 Nov 2015 09:52:10 -0500 Subject: Fixed accidental plural plural wording --- docs/draft-alakuijala-brotli-07.nroff | 6 +++--- docs/draft-alakuijala-brotli-07.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/draft-alakuijala-brotli-07.nroff b/docs/draft-alakuijala-brotli-07.nroff index 25e394e..6efb188 100644 --- a/docs/draft-alakuijala-brotli-07.nroff +++ b/docs/draft-alakuijala-brotli-07.nroff @@ -1741,9 +1741,9 @@ The decoding algorithm that produces the uncompressed data is as follows: read distance context map, CMAPD[] else fill CMAPD[] with zeros - read array of literals prefix codes, HTREEL[] - read array of insert-and-copy lengths prefix codes, HTREEI[] - read array of distances prefix codes, HTREED[] + read array of literal prefix codes, HTREEL[] + read array of insert-and-copy length prefix codes, HTREEI[] + read array of distance prefix codes, HTREED[] do if BLEN_I is zero read block type using HTREE_BTYPE_I and set BTYPE_I diff --git a/docs/draft-alakuijala-brotli-07.txt b/docs/draft-alakuijala-brotli-07.txt index 6ec8669..fbcf145 100644 --- a/docs/draft-alakuijala-brotli-07.txt +++ b/docs/draft-alakuijala-brotli-07.txt @@ -1854,9 +1854,9 @@ Internet-Draft Brotli October 2015 else fill CMAPD[] with zeros - read array of literals prefix codes, HTREEL[] - read array of insert-and-copy lengths prefix codes, HTREEI[] - read array of distances prefix codes, HTREED[] + read array of literal prefix codes, HTREEL[] + read array of insert-and-copy length prefix codes, HTREEI[] + read array of distance prefix codes, HTREED[] do if BLEN_I is zero read block type using HTREE_BTYPE_I and set BTYPE_I -- cgit v1.1