From b5bcf621f3ceb26a374c0dc7635750a101e591a4 Mon Sep 17 00:00:00 2001 From: Anthony Nicholls Date: Tue, 2 Jul 2024 13:18:20 +0100 Subject: [PATCH] Thread: Fix a typo --- modules/juce_core/threads/juce_Thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */