diff --git a/extras/Demo/Source/Demos/TimersAndEventsDemo.cpp b/extras/Demo/Source/Demos/TimersAndEventsDemo.cpp index 57afd074af..1847c01e70 100644 --- a/extras/Demo/Source/Demos/TimersAndEventsDemo.cpp +++ b/extras/Demo/Source/Demos/TimersAndEventsDemo.cpp @@ -201,7 +201,7 @@ public: const Rectangle explanationArea (getLocalBounds().removeFromTop (100)); AttributedString s; - s.append ("Click on a circle to make it flash. When it has finished flashing it will send a message which which cause the next circle to flash"); + s.append ("Click on a circle to make it flash. When it has finished flashing it will send a message which causes the next circle to flash"); s.append (newLine); s.append ("Click the \"Set Random Colour\" button to change the colour of one of the circles."); s.append (newLine);