Skip to content

Commit

Permalink
Fix typo in inflate stream doc
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Jarek <[email protected]>
  • Loading branch information
djarek authored and vinniefalco committed Oct 7, 2019
1 parent d785666 commit ba42517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/beast/zlib/inflate_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class inflate_stream
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
`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,
`write` sets `zs.adler` to the Adler-32 checksum of the dictionary chosen by
Expand Down

0 comments on commit ba42517

Please sign in to comment.