From e19abddeb1f2f94caa25c19f590d06738def43be Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 29 Jun 2015 09:02:04 +0100 Subject: [PATCH] Spelling correction --- modules/juce_core/system/juce_PlatformDefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_core/system/juce_PlatformDefs.h b/modules/juce_core/system/juce_PlatformDefs.h index 3252fdbba6..89563be2ee 100644 --- a/modules/juce_core/system/juce_PlatformDefs.h +++ b/modules/juce_core/system/juce_PlatformDefs.h @@ -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); }