1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Typo fix.

This commit is contained in:
jules 2013-03-25 20:11:30 +00:00
parent 0353100706
commit c923345ee5

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