We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b6a8e + 98ee36d commit 31e7feaCopy full SHA for 31e7fea
Release/include/cpprest/producerconsumerstream.h
@@ -584,7 +584,7 @@ class basic_producer_consumer_buffer : public streams::details::streambuf_state_
584
// If front block is not empty - we are done
585
if (m_blocks.front()->rd_chars_left() > 0) break;
586
587
- // The block has no more data to be read. Relase the block
+ // The block has no more data to be read. Release the block
588
m_blocks.pop_front();
589
}
590
0 commit comments