Fix typo in inflate stream doc

Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
Damian Jarek
2019-08-27 09:35:37 +02:00
committed by Vinnie Falco
parent d785666738
commit ba42517897

View File

@@ -182,7 +182,7 @@ public:
the effects of the flush parameter in this implementation are on the return value the effects of the flush parameter in this implementation are on the return value
of `write` as noted below, when `write` returns early when `Flush::block` or of `write` as noted below, when `write` returns early when `Flush::block` or
`Flush::trees` is used, and when `write` avoids the allocation of memory for a `Flush::trees` is used, and when `write` avoids the allocation of memory for a
sliding window when `Flush::finsih` is used. sliding window when `Flush::finish` is used.
If a preset dictionary is needed after this call, If a preset dictionary is needed after this call,
`write` sets `zs.adler` to the Adler-32 checksum of the dictionary chosen by `write` sets `zs.adler` to the Adler-32 checksum of the dictionary chosen by