Browse Source

Spelling correction

tags/2021-05-28
jules 10 years ago
parent
commit
e19abddeb1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_core/system/juce_PlatformDefs.h

+ 2
- 2
modules/juce_core/system/juce_PlatformDefs.h View File

@@ -63,8 +63,8 @@
//==============================================================================
#if JUCE_IOS || JUCE_LINUX || JUCE_ANDROID || JUCE_PPC
/** This will try to break into the debugger if the app is currently being debugged.
If called by an app that's not being debugged, the behaiour isn't defined - it may crash or not, depending
on the platform.
If called by an app that's not being debugged, the behaviour isn't defined - it may
crash or not, depending on the platform.
@see jassert()
*/
#define juce_breakDebugger { ::kill (0, SIGTRAP); }


Loading…
Cancel
Save