diff --git a/modules/juce_core/threads/juce_Thread.h b/modules/juce_core/threads/juce_Thread.h index 9eef9a32eb..a61d7b22e3 100644 --- a/modules/juce_core/threads/juce_Thread.h +++ b/modules/juce_core/threads/juce_Thread.h @@ -261,7 +261,7 @@ public: and Thread::run() will not be called. An exception to this is the Android platform, which always starts a thread and attempts to upgrade the thread after creation. - @returns true if the thread started successfully. false if it was unsuccesful. + @returns true if the thread started successfully. false if it was unsuccessful. @see stopThread */