Browse Source

Typo fix.

tags/2021-05-28
jules 12 years ago
parent
commit
c923345ee5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_win32_Threads.cpp

+ 1
- 1
modules/juce_core/native/juce_win32_Threads.cpp View File

@@ -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()
{


Loading…
Cancel
Save