diff --git a/include/boost/beast/zlib/inflate_stream.hpp b/include/boost/beast/zlib/inflate_stream.hpp index 11c842e0..70c74f62 100644 --- a/include/boost/beast/zlib/inflate_stream.hpp +++ b/include/boost/beast/zlib/inflate_stream.hpp @@ -182,7 +182,7 @@ public: 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