From ba42517897d03701ca1804c3225613c5377a3b2b Mon Sep 17 00:00:00 2001 From: Damian Jarek Date: Tue, 27 Aug 2019 09:35:37 +0200 Subject: [PATCH] Fix typo in inflate stream doc Signed-off-by: Damian Jarek --- include/boost/beast/zlib/inflate_stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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