Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / beast / doc / html / beast / ref / boost__beast__zlib__inflate_stream / write.html
index 9f61c3d..f68b5dc 100644 (file)
@@ -27,7 +27,7 @@
 <a name="beast.ref.boost__beast__zlib__inflate_stream.write"></a><a class="link" href="write.html" title="zlib::inflate_stream::write">zlib::inflate_stream::write</a>
 </h5></div></div></div>
 <p>
-          <a class="indexterm" name="idm45886619160960"></a>
+          <a class="indexterm" name="idm45873468193824"></a>
 Decompress input and produce output.
         </p>
 <h6>
@@ -129,7 +129,7 @@ Decompress input and produce output.
           uses the faster approach on the first call. So the effects of the flush
           parameter in this implementation are on the return value of <code class="computeroutput"><span class="identifier">write</span></code> as noted below, when <code class="computeroutput"><span class="identifier">write</span></code> returns early when <code class="computeroutput"><span class="identifier">Flush</span><span class="special">::</span><span class="identifier">block</span></code> or <code class="computeroutput"><span class="identifier">Flush</span><span class="special">::</span><span class="identifier">trees</span></code>
           is used, and when <code class="computeroutput"><span class="identifier">write</span></code>
-          avoids the allocation of memory for a sliding window when <code class="computeroutput"><span class="identifier">Flush</span><span class="special">::</span><span class="identifier">finsih</span></code> is used. If a preset dictionary
+          avoids the allocation of memory for a sliding window when <code class="computeroutput"><span class="identifier">Flush</span><span class="special">::</span><span class="identifier">finish</span></code> is used. If a preset dictionary
           is needed after this call, <code class="computeroutput"><span class="identifier">write</span></code>
           sets <code class="computeroutput"><span class="identifier">zs</span><span class="special">.</span><span class="identifier">adler</span></code> to the Adler-32 checksum of the
           dictionary chosen by the compressor and returns <code class="computeroutput"><span class="identifier">error</span><span class="special">::</span><span class="identifier">need_dictionary</span></code>;