Browse Source

Fix some spelling mistakes in comments

tags/2021-05-28
dimitri ed 6 years ago
parent
commit
85f07d9ec8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_blocks_basics/topology/juce_TopologySource.h

+ 1
- 1
modules/juce_blocks_basics/topology/juce_TopologySource.h 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) {}
};


Loading…
Cancel
Save