webp-lossless-bitstream-spec: color_cache -> color cache

The text is referring to the color cache, not a variable.

Bug: webp:611
Change-Id: Ife7e8246817ea0831993702bc050ed79998a0ee4
This commit is contained in:
James Zern 2023-07-27 12:41:04 -07:00
parent 6e75054736
commit dd88d2ff3e

View File

@ -788,7 +788,7 @@ int color_cache_code_bits = ReadBits(4);
int color_cache_size = 1 << color_cache_code_bits;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`color_cache_code_bits` defines the size of the color_cache (`1 <<
`color_cache_code_bits` defines the size of the color cache (`1 <<
color_cache_code_bits`). The range of allowed values for
`color_cache_code_bits` is \[1..11\]. Compliant decoders must indicate a
corrupted bitstream for other values.