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

Fix some spelling mistakes in comments

This commit is contained in:
dimitri 2019-06-25 11:45:53 +01:00 committed by ed
parent 718712a5a5
commit 85f07d9ec8

View file

@ -59,7 +59,7 @@ public:
virtual void blockRemoved (const Block::Ptr) {}
/** Called when a known block is updated.
This could be becasue details have been reveived asyncroniously. E.g. Block name.
This could be because details have been received asynchronously. E.g. Block name.
*/
virtual void blockUpdated (const Block::Ptr) {}
};