From c923345ee56a371ae810cb8d4f083dc33e6e702c Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 25 Mar 2013 20:11:30 +0000 Subject: [PATCH] Typo fix. --- modules/juce_core/native/juce_win32_Threads.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/native/juce_win32_Threads.cpp b/modules/juce_core/native/juce_win32_Threads.cpp index 421349a595..b196ca20a2 100644 --- a/modules/juce_core/native/juce_win32_Threads.cpp +++ b/modules/juce_core/native/juce_win32_Threads.cpp @@ -247,7 +247,7 @@ void Thread::yield() //============================================================================== static int lastProcessPriority = -1; -// called by WindowDriver because Windows does wierd things to process priority +// called by WindowDriver because Windows does weird things to process priority // when you swap apps, and this forces an update when the app is brought to the front. void juce_repeatLastProcessPriority() {