Browse Source

Spelling fix.

tags/2021-05-28
jules 11 years ago
parent
commit
42482fc5db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_events/messages/juce_MessageManager.h

+ 1
- 1
modules/juce_events/messages/juce_MessageManager.h View File

@@ -128,7 +128,7 @@ public:
*/
Thread::ThreadID getCurrentMessageThread() const noexcept { return messageThreadId; }
/** Returns true if the caller thread has currenltly got the message manager locked.
/** Returns true if the caller thread has currently got the message manager locked.
see the MessageManagerLock class for more info about this.


Loading…
Cancel
Save