diff --git a/modules/juce_gui_basics/application/juce_Application.h b/modules/juce_gui_basics/application/juce_Application.h index 690dc407e9..3d2fb8a5be 100644 --- a/modules/juce_gui_basics/application/juce_Application.h +++ b/modules/juce_gui_basics/application/juce_Application.h @@ -120,7 +120,7 @@ public: permitted to run (except on OSX where the OS automatically stops you launching a second instance of an app without explicitly starting it from the command-line). - If it's false, the second instance won't start, but it you will still get a + If it's false, the second instance won't start, but you will still get a callback to anotherInstanceStarted() to tell you about this - which gives you a chance to react to what the user was trying to do. */