Skip to content

Commit 31e7fea

Browse files
authored
Merge pull request #1718 from dashanji/Fix-typo
Fix typo
2 parents e1b6a8e + 98ee36d commit 31e7fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/producerconsumerstream.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ class basic_producer_consumer_buffer : public streams::details::streambuf_state_
584584
// If front block is not empty - we are done
585585
if (m_blocks.front()->rd_chars_left() > 0) break;
586586

587-
// The block has no more data to be read. Relase the block
587+
// The block has no more data to be read. Release the block
588588
m_blocks.pop_front();
589589
}
590590
}

0 commit comments

Comments
 (0)