1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some typos

This commit is contained in:
ed 2020-01-06 14:04:16 +00:00
parent 8b64915fa1
commit e36736e0ec
17 changed files with 21 additions and 21 deletions

View file

@ -45,7 +45,7 @@ public:
Note that the destination block will always be larger than the amount of data
that has been written to the stream, because the MemoryOutputStream keeps some
spare capactity at its end. To trim the block's size down to fit the actual
spare capacity at its end. To trim the block's size down to fit the actual
data, call flush(), or delete the MemoryOutputStream.
@param memoryBlockToWriteTo the block into which new data will be written.