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

Multiple spelling fixes

This commit is contained in:
Tom Poole 2018-08-20 18:16:24 +01:00
parent 608f7bc36c
commit 0e1722e387
31 changed files with 67 additions and 64 deletions

View file

@ -327,7 +327,7 @@ public:
pointed to by the receiver remains valid through-out the life-time of the
returned sub-block.
@param newOffset The index of an element inside the reciever which will
@param newOffset The index of an element inside the receiver which will
will become the first element of the return value.
@param newLength The number of elements of the newly created sub-block.
*/
@ -344,7 +344,7 @@ public:
pointed to by the receiver remains valid through-out the life-time of the
returned sub-block.
@param newOffset The index of an element inside the reciever which will
@param newOffset The index of an element inside the receiver which will
will become the first element of the return value.
The return value will include all subsequent elements
of the receiver.